Home
last modified time | relevance | path

Searched refs:dom_ifattach (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Ddomain.h64 void *(*dom_ifattach)(struct ifnet *); member
/f-stack/freebsd/sys/
H A Ddomain.h67 void *(*dom_ifattach)(struct ifnet *); member
/f-stack/freebsd/netinet/
H A Din_proto.c305 .dom_ifattach = in_domifattach,
/f-stack/freebsd/kern/
H A Duipc_debug.c266 db_printf("dom_ifattach: %p ", d->dom_ifattach); in db_print_domain()
/f-stack/freebsd/netinet6/
H A Din6_proto.c344 .dom_ifattach = in6_domifattach,
/f-stack/freebsd/net/
H A Dif.c1037 if (dp->dom_ifattach) in if_attachdomain1()
1039 (*dp->dom_ifattach)(ifp); in if_attachdomain1()