Home
last modified time | relevance | path

Searched refs:dom_rtattach (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/net/route/
H A Droute_tables.c257 if (dom->dom_rtattach == NULL) in grow_rtables()
264 rh = dom->dom_rtattach(i); in grow_rtables()
293 if (dom->dom_rtattach != NULL) in grow_rtables()
/freebsd-14.2/sys/sys/
H A Ddomain.h61 struct rib_head *(*dom_rtattach) /* initialize routing table */ member
/freebsd-14.2/sys/netinet/
H A Din_proto.c78 .dom_rtattach = in_inithead,
/freebsd-14.2/sys/netinet6/
H A Din6_proto.c113 .dom_rtattach = in6_inithead,
/freebsd-14.2/sys/kern/
H A Duipc_debug.c252 db_printf("dom_rtattach: %p ", d->dom_rtattach); in db_print_domain()