Home
last modified time | relevance | path

Searched refs:rnh_close (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/
H A Dradix.h158 void (*rnh_close) member
H A Droute.c297 if (rnh->rnh_close) in rtfree()
298 rnh->rnh_close((struct radix_node *)rt, rnh); in rtfree()
/dragonfly/sys/netinet6/
H A Din6_rmx.c533 rnh->rnh_close = in6_clsroute; in in6_inithead()
/dragonfly/sys/netinet/
H A Din_rmx.c495 rnh->rnh_close = in_closeroute; in in_inithead()