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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.h178 void (*rnh_close) /* do something when the last ref drops */ member in struct:radix_node_head
H A Droute.c1042 if (rnh != NULL && rnh->rnh_close != NULL)
1043 rnh->rnh_close((struct radix_node *)rt, rnh);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c513 rnh->rnh_close = in_clsroute;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c653 rnh->rnh_close = in6_clsroute;

Completed in 89 milliseconds