Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/routed/
H A Dradix.h109 struct radix_node_head { struct
115 struct radix_node_head *head, struct radix_node nodes[]); argument
118 struct radix_node_head *head, struct radix_node nodes[]); argument
120 (void *v, void *mask, 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 (void *v, void *mask, struct radix_node_head *head); argument
128 (void *v, struct radix_node_head *head); argument
130 (struct radix_node_head *head, argument
142 int rn_inithead(struct radix_node_head **head, int off); argument
[all …]
H A Dradix.c50 static struct radix_node_head *mask_rnhead;
63 struct radix_node_head *head, struct radix_node treenodes[2]);
161 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
202 struct radix_node_head *head) in rn_match()
341 struct radix_node_head *head, in rn_insert()
518 struct radix_node_head *head, in rn_addroute()
661 struct radix_node_head *head) in rn_delete()
811 rn_walktree(struct radix_node_head *h, in rn_walktree()
849 rn_inithead(struct radix_node_head **head, int off) in rn_inithead()
851 struct radix_node_head *rnh; in rn_inithead()
[all …]
H A Ddefs.h477 extern struct radix_node_head *rhead;
H A Dtable.c49 struct radix_node_head *rhead; /* root of the radix tree */
/freebsd-13.1/sys/kern/
H A Dvfs_export.c70 static struct radix_node_head *vfs_create_addrlist_af(
71 struct radix_node_head **prnh, int off);
75 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
96 struct radix_node_head *ne4;
97 struct radix_node_head *ne6;
109 struct radix_node_head *rnh; in vfs_hang_addrlist()
237 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
249 static struct radix_node_head *
261 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
263 struct radix_node_head *rnh; in vfs_free_addrlist_af()
[all …]
/freebsd-13.1/sys/netinet6/
H A Din6_fib_algo.c90 struct radix_node_head *rnh;
101 struct radix_node_head *rnh = (struct radix_node_head *)algo_data; in lradix6_lookup()
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c348 struct radix_node_head *head4;
349 struct radix_node_head *head6;
404 struct radix_node_head *rnh; in ta_lookup_radix()
411 rnh = (struct radix_node_head *)ti->state; in ta_lookup_radix()
460 struct radix_node_head * const rnh = arg; in flush_radix_entry()
474 struct radix_node_head *rnh; in ta_destroy_radix()
543 struct radix_node_head *rnh; in ta_find_radix_tentry()
551 rnh = (struct radix_node_head *)ti->state; in ta_find_radix_tentry()
573 struct radix_node_head *rnh; in ta_foreach_radix()
708 struct radix_node_head *rnh; in ta_add_radix()
[all …]
/freebsd-13.1/sys/netinet/
H A Din_fib_algo.c519 struct radix_node_head *rnh;
530 struct radix_node_head *rnh = (struct radix_node_head *)algo_data; in lradix4_lookup()
/freebsd-13.1/sys/net/
H A Dradix.c1138 struct radix_node_head *rnh; in rn_inithead()
1147 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead()
1189 struct radix_node_head *rnh; in rn_detachhead()
1194 rnh = (struct radix_node_head *)(*head); in rn_detachhead()
H A Dradix.h131 struct radix_node_head { struct
H A Dpfvar.h1233 struct radix_node_head *pfrkt_ip4;
1234 struct radix_node_head *pfrkt_ip6;
/freebsd-13.1/tools/debugscripts/
H A Dnetstat-anr.gdb160 set $rt = (struct radix_node_head **)rt_tables + $af
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_table.c1710 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1712 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()