Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/routed/
H A Dradix.h107 struct radix_node_head { struct
113 struct radix_node_head *head, struct radix_node nodes[]); argument
116 struct radix_node_head *head, struct radix_node nodes[]); argument
118 (void *v, void *mask, struct radix_node_head *head); argument
120 (void *v, void *mask, struct radix_node_head *head); argument
122 (void *v, struct radix_node_head *head); argument
124 (void *v, void *mask, struct radix_node_head *head); argument
126 (void *v, struct radix_node_head *head); argument
128 (struct radix_node_head *head, argument
140 int rn_inithead(struct radix_node_head **head, int off); argument
[all …]
H A Dradix.c45 static struct radix_node_head *mask_rnhead;
58 struct radix_node_head *head, struct radix_node treenodes[2]);
156 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
197 struct radix_node_head *head) in rn_match()
336 struct radix_node_head *head, in rn_insert()
513 struct radix_node_head *head, in rn_addroute()
656 struct radix_node_head *head) in rn_delete()
806 rn_walktree(struct radix_node_head *h, in rn_walktree()
844 rn_inithead(struct radix_node_head **head, int off) in rn_inithead()
846 struct radix_node_head *rnh; in rn_inithead()
[all …]
H A Ddefs.h475 extern struct radix_node_head *rhead;
H A Dtable.c44 struct radix_node_head *rhead; /* root of the radix tree */
/freebsd-14.2/sys/kern/
H A Dvfs_export.c69 static struct radix_node_head *vfs_create_addrlist_af(
70 struct radix_node_head **prnh, int off);
73 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
94 struct radix_node_head *ne4;
95 struct radix_node_head *ne6;
107 struct radix_node_head *rnh; in vfs_hang_addrlist()
235 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
247 static struct radix_node_head *
259 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
261 struct radix_node_head *rnh; in vfs_free_addrlist_af()
[all …]
/freebsd-14.2/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-14.2/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; in ta_lookup_addr_radix()
484 struct radix_node_head *rnh; in ta_destroy_addr_radix()
553 struct radix_node_head *rnh; in ta_find_addr_radix_tentry()
583 struct radix_node_head *rnh; in ta_foreach_addr_radix()
718 struct radix_node_head *rnh; in ta_add_addr_radix()
819 struct radix_node_head *rnh; in ta_del_addr_radix()
4035 struct radix_node_head *rnh; in ta_lookup_mac_radix()
4073 struct radix_node_head *rnh; in ta_destroy_mac_radix()
[all …]
/freebsd-14.2/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-14.2/sys/net/
H A Dradix.c1139 struct radix_node_head *rnh; in rn_inithead()
1148 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead()
1190 struct radix_node_head *rnh; in rn_detachhead()
1195 rnh = (struct radix_node_head *)(*head); in rn_detachhead()
H A Dradix.h130 struct radix_node_head { struct
H A Dpfvar.h1488 struct radix_node_head *pfrkt_ip4;
1489 struct radix_node_head *pfrkt_ip6;
/freebsd-14.2/tools/debugscripts/
H A Dnetstat-anr.gdb159 set $rt = (struct radix_node_head **)rt_tables + $af
/freebsd-14.2/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-14.2/sys/netpfil/pf/
H A Dpf_table.c1702 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1704 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()