Searched refs:radix_node_head (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sbin/routed/
H A Dradix.h105 struct radix_node_head { struct
111 struct radix_node_head *head, struct radix_node nodes[]);
114 struct radix_node_head *head, struct radix_node nodes[]);
116 (void *v, void *mask, struct radix_node_head *head);
118 (void *v, void *mask, struct radix_node_head *head);
120 (void *v, struct radix_node_head *head);
122 (void *v, void *mask, struct radix_node_head *head);
124 (void *v, struct radix_node_head *head);
126 (struct radix_node_head *head,
138 int rn_inithead(struct radix_node_head **hea
[all...]
H A Dradix.c43 static struct radix_node_head *mask_rnhead;
56 struct radix_node_head *head, struct radix_node treenodes[2]);
57 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
154 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head)
195 struct radix_node_head *head)
334 struct radix_node_head *head,
511 struct radix_node_head *head,
654 struct radix_node_head *head)
804 rn_walktree(struct radix_node_head *h,
842 rn_inithead(struct radix_node_head **hea
[all...]
H A Ddefs.h470 extern struct radix_node_head *rhead;
H A Dtable.c44 struct radix_node_head *rhead; /* root of the radix tree */
/freebsd-current/sys/kern/
H A Dvfs_export.c67 static struct radix_node_head *vfs_create_addrlist_af(
68 struct radix_node_head **prnh, int off);
71 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
92 struct radix_node_head *ne4;
93 struct radix_node_head *ne6;
105 struct radix_node_head *rnh;
233 struct radix_node_head *rnh = (struct radix_node_head *) w;
245 static struct radix_node_head *
246 vfs_create_addrlist_af(struct radix_node_head **prn
[all...]
/freebsd-current/sys/netinet6/
H A Din6_fib_algo.c89 struct radix_node_head *rnh;
100 struct radix_node_head *rnh = (struct radix_node_head *)algo_data;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c349 struct radix_node_head *head4;
350 struct radix_node_head *head6;
414 struct radix_node_head *rnh;
421 rnh = (struct radix_node_head *)ti->state;
432 rnh = (struct radix_node_head *)ti->xstate;
470 struct radix_node_head * const rnh = arg;
484 struct radix_node_head *rnh;
488 rnh = (struct radix_node_head *)(ti->state);
492 rnh = (struct radix_node_head *)(ti->xstate);
553 struct radix_node_head *rn
[all...]
/freebsd-current/sys/net/
H A Dradix.h128 struct radix_node_head { struct
H A Dradix.c1132 /* Functions used by 'struct radix_node_head' users */
1137 struct radix_node_head *rnh;
1146 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh));
1188 struct radix_node_head *rnh;
1193 rnh = (struct radix_node_head *)(*head);
H A Dpfvar.h1532 struct radix_node_head *pfrkt_ip4;
1533 struct radix_node_head *pfrkt_ip6;
/freebsd-current/sys/netinet/
H A Din_fib_algo.c518 struct radix_node_head *rnh;
529 struct radix_node_head *rnh = (struct radix_node_head *)algo_data;
/freebsd-current/sys/dev/wg/
H A Dif_wg.c234 struct radix_node_head *sc_aip4;
235 struct radix_node_head *sc_aip6;
517 struct radix_node_head *root;
581 struct radix_node_head *root;
/freebsd-current/sys/netpfil/pf/
H A Dpf_table.c1709 SWAP(struct radix_node_head *, kt->pfrkt_ip4,
1711 SWAP(struct radix_node_head *, kt->pfrkt_ip6,

Completed in 210 milliseconds