MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pfctlinput

Function pfctlinput

freebsd/kern/uipc_domain.c:465–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void
466pfctlinput(int cmd, struct sockaddr *sa)
467{
468 struct domain *dp;
469 struct protosw *pr;
470
471 for (dp = domains; dp; dp = dp->dom_next)
472 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++)
473 if (pr->pr_ctlinput)
474 (*pr->pr_ctlinput)(cmd, sa, (void *)0);
475}
476
477static void
478pfslowtimo(void *arg)

Callers 4

icmp_inputFunction · 0.85
icmp6_redirect_inputFunction · 0.85
if_unrouteFunction · 0.85
if_routeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected