Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/routed/
HDradix.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 …]
HDradix.c45 static struct radix_node_head *mask_rnhead;
58 struct radix_node_head *head, struct radix_node treenodes[2]);
59 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
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()
[all …]
HDdefs.h475 extern struct radix_node_head *rhead;
HDtable.c44 struct radix_node_head *rhead; /* root of the radix tree */
/freebsd-14-stable/sys/kern/
HDvfs_export.c70 static struct radix_node_head *vfs_create_addrlist_af(
71 struct radix_node_head **prnh, int off);
74 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
95 struct radix_node_head *ne4;
96 struct radix_node_head *ne6;
108 struct radix_node_head *rnh; in vfs_hang_addrlist()
236 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
248 static struct radix_node_head *
249 vfs_create_addrlist_af(struct radix_node_head **prnh, int off) in vfs_create_addrlist_af()
260 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
[all …]
/freebsd-14-stable/sys/netinet6/
HDin6_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-stable/sys/netpfil/ipfw/
HDip_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()
421 rnh = (struct radix_node_head *)ti->state; in ta_lookup_addr_radix()
432 rnh = (struct radix_node_head *)ti->xstate; in ta_lookup_addr_radix()
470 struct radix_node_head * const rnh = arg; in flush_radix_entry()
484 struct radix_node_head *rnh; in ta_destroy_addr_radix()
488 rnh = (struct radix_node_head *)(ti->state); in ta_destroy_addr_radix()
492 rnh = (struct radix_node_head *)(ti->xstate); in ta_destroy_addr_radix()
553 struct radix_node_head *rnh; in ta_find_addr_radix_tentry()
[all …]
/freebsd-14-stable/sys/netinet/
HDin_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-stable/sys/net/
HDradix.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()
HDradix.h130 struct radix_node_head { struct
HDpfvar.h1487 struct radix_node_head *pfrkt_ip4;
1488 struct radix_node_head *pfrkt_ip6;
/freebsd-14-stable/tools/debugscripts/
HDnetstat-anr.gdb159 set $rt = (struct radix_node_head **)rt_tables + $af
/freebsd-14-stable/sys/dev/wg/
HDif_wg.c234 struct radix_node_head *sc_aip4;
235 struct radix_node_head *sc_aip6;
533 struct radix_node_head *root; in wg_aip_add()
597 struct radix_node_head *root; in wg_aip_lookup()
/freebsd-14-stable/sys/netpfil/pf/
HDpf_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()