Searched refs:rn_walktree (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h148 int rn_walktree(struct radix_node_head *,
H A Dif.c819 (void) rn_walktree(rhead, walk_rewire, &wire);
866 (void) rn_walktree(rhead, walk_bad, ifp);
938 (void) rn_walktree(rhead, walk_rewire, &wire);
954 (void) rn_walktree(rhead, walk_bad, ifp);
H A Dradix.c918 rn_walktree(struct radix_node_head *h, function
976 rnh->rnh_walktree = rn_walktree;
H A Doutput.c879 (void) rn_walktree(rhead, walk_supply, NULL);
H A Dtrace.c1097 (void) rn_walktree(rhead, walk_trace, NULL);
H A Dtable.c2097 (void) rn_walktree(rhead, walk_kern, NULL);
2850 (void) rn_walktree(rhead, walk_age, &bad_gate);
/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 *,
/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);

Completed in 119 milliseconds