Home
last modified time | relevance | path

Searched refs:radix_node_head (Results 1 – 14 of 14) sorted by relevance

/freebsd/sbin/routed/
H A Dradix.h105 struct radix_node_head { struct
111 struct radix_node_head *head, struct radix_node nodes[]); argument
114 struct radix_node_head *head, struct radix_node nodes[]); argument
116 (void *v, void *mask, struct radix_node_head *head); argument
118 (void *v, void *mask, struct radix_node_head *head); argument
120 (void *v, struct radix_node_head *head); argument
122 (void *v, void *mask, struct radix_node_head *head); argument
124 (void *v, struct radix_node_head *head); argument
126 (struct radix_node_head *head, argument
138 int rn_inithead(struct radix_node_head **head, int off); argument
[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) in rn_lookup()
195 struct radix_node_head *head) in rn_match()
334 struct radix_node_head *head, in rn_insert()
511 struct radix_node_head *head, in rn_addroute()
654 struct radix_node_head *head) in rn_delete()
804 rn_walktree(struct radix_node_head *h, in rn_walktree()
842 rn_inithead(struct radix_node_head **head, int off) in rn_inithead()
[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/sys/kern/
H A Dvfs_export.c68 static struct radix_node_head *vfs_create_addrlist_af(
69 struct radix_node_head **prnh, int off);
72 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
93 struct radix_node_head *ne4;
94 struct radix_node_head *ne6;
106 struct radix_node_head *rnh; in vfs_hang_addrlist()
234 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
246 static struct radix_node_head *
247 vfs_create_addrlist_af(struct radix_node_head **prnh, int off) in vfs_create_addrlist_af()
258 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
[all …]
/freebsd/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; in lradix6_lookup()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c351 struct radix_node_head *head4;
352 struct radix_node_head *head6;
416 struct radix_node_head *rnh; in ta_lookup_addr_radix()
423 rnh = (struct radix_node_head *)ti->state; in ta_lookup_addr_radix()
434 rnh = (struct radix_node_head *)ti->xstate; in ta_lookup_addr_radix()
472 struct radix_node_head * const rnh = arg; in flush_radix_entry()
486 struct radix_node_head *rnh; in ta_destroy_addr_radix()
490 rnh = (struct radix_node_head *)(ti->state); in ta_destroy_addr_radix()
494 rnh = (struct radix_node_head *)(ti->xstate); in ta_destroy_addr_radix()
555 struct radix_node_head *rnh; in ta_find_addr_radix_tentry()
[all …]
/freebsd/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; in lradix4_lookup()
/freebsd/sys/net/
H A Dradix.c1137 struct radix_node_head *rnh; in rn_inithead()
1146 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead()
1188 struct radix_node_head *rnh; in rn_detachhead()
1193 rnh = (struct radix_node_head *)(*head); in rn_detachhead()
H A Dradix.h128 struct radix_node_head { struct
H A Dpfvar.h1557 struct radix_node_head *pfrkt_ip4;
1558 struct radix_node_head *pfrkt_ip6;
/freebsd/tools/debugscripts/
H A Dnetstat-anr.gdb159 set $rt = (struct radix_node_head **)rt_tables + $af
/freebsd/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; in wg_aip_add()
581 struct radix_node_head *root; in wg_aip_lookup()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c1726 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1728 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()