Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dradix.h192 void (*rnh_close) /* do something when the last ref drops */ member
H A Droute.c1220 if (rnh != NULL && rnh->rnh_close != NULL) { in rtfree_common()
1221 rnh->rnh_close((struct radix_node *)rt, rnh); in rtfree_common()
/xnu-8020.121.3/bsd/netinet6/
H A Din6_rmx.c801 rnh->rnh_close = in6_clsroute; in in6_inithead()
/xnu-8020.121.3/bsd/netinet/
H A Din_rmx.c712 rnh->rnh_close = in_clsroute; in in_inithead()