Searched defs:rn_walktree (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c70 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
1085 * Note that all refs takein in rn_walktree are released before it returns,
1087 * to be passed back to the caller of rn_walktree.
1090 rn_walktree(h, f, w) function
1217 rnh->rnh_walktree = rn_walktree;
1268 (void) rn_walktree(rnh, rn_freenode, rnh);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c918 rn_walktree(struct radix_node_head *h, function
976 rnh->rnh_walktree = rn_walktree;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h179 # define rn_walktree ipf_rn_walktree macro
205 int rn_walktree __P((struct radix_node_head *,

Completed in 85 milliseconds