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

Function if_attachdomain

freebsd/net/if.c:1004–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002SYSINIT(ifepochalloc, SI_SUB_EPOCH, SI_ORDER_ANY, if_epochalloc, NULL);
1003
1004static void
1005if_attachdomain(void *dummy)
1006{
1007 struct ifnet *ifp;
1008
1009 CK_STAILQ_FOREACH(ifp, &V_ifnet, if_link)
1010 if_attachdomain1(ifp);
1011}
1012SYSINIT(domainifattach, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_SECOND,
1013 if_attachdomain, NULL);
1014

Callers

nothing calls this directly

Calls 1

if_attachdomain1Function · 0.85

Tested by

no test coverage detected