Home
last modified time | relevance | path

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

/f-stack/freebsd/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 …]
/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/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 …]
/f-stack/freebsd/net/
H A Dradix.h130 struct radix_node_head { struct
H A Dradix.c1124 struct radix_node_head *rnh; in rn_inithead()
1133 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead()
1175 struct radix_node_head *rnh; in rn_detachhead()
1180 rnh = (struct radix_node_head *)(*head); in rn_detachhead()
H A Dpfvar.h851 struct radix_node_head *pfrkt_ip4;
852 struct radix_node_head *pfrkt_ip6;
/f-stack/tools/compat/include/net/
H A Dradix.h130 struct radix_node_head { struct
H A Dpfvar.h702 struct radix_node_head *pfrkt_ip4;
703 struct radix_node_head *pfrkt_ip6;
/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c1691 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1693 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()