Home
last modified time | relevance | path

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

/freebsd-11-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.c55 static struct radix_node_head *mask_rnhead;
68 struct radix_node_head *head, struct radix_node treenodes[2]);
69 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
166 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
207 struct radix_node_head *head) in rn_match()
346 struct radix_node_head *head, in rn_insert()
523 struct radix_node_head *head, in rn_addroute()
666 struct radix_node_head *head) in rn_delete()
816 rn_walktree(struct radix_node_head *h, in rn_walktree()
854 rn_inithead(struct radix_node_head **head, int off) in rn_inithead()
[all …]
HDdefs.h500 extern struct radix_node_head *rhead;
HDtable.c54 struct radix_node_head *rhead; /* root of the radix tree */
/freebsd-11-stable/sys/kern/
HDvfs_export.c67 static struct radix_node_head *vfs_create_addrlist_af(
68 struct radix_node_head **prnh, int off);
71 static void vfs_free_addrlist_af(struct radix_node_head **prnh);
92 struct radix_node_head *ne4;
93 struct radix_node_head *ne6;
105 struct radix_node_head *rnh; in vfs_hang_addrlist()
239 struct radix_node_head *rnh = (struct radix_node_head *) w; in vfs_free_netcred()
250 static struct radix_node_head *
251 vfs_create_addrlist_af(struct radix_node_head **prnh, int off) in vfs_create_addrlist_af()
261 vfs_free_addrlist_af(struct radix_node_head **prnh) in vfs_free_addrlist_af()
[all …]
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_table_algo.c349 struct radix_node_head *head4;
350 struct radix_node_head *head6;
405 struct radix_node_head *rnh; in ta_lookup_radix()
412 rnh = (struct radix_node_head *)ti->state; in ta_lookup_radix()
423 rnh = (struct radix_node_head *)ti->xstate; in ta_lookup_radix()
461 struct radix_node_head * const rnh = arg; in flush_radix_entry()
475 struct radix_node_head *rnh; in ta_destroy_radix()
479 rnh = (struct radix_node_head *)(ti->state); in ta_destroy_radix()
483 rnh = (struct radix_node_head *)(ti->xstate); in ta_destroy_radix()
544 struct radix_node_head *rnh; in ta_find_radix_tentry()
[all …]
/freebsd-11-stable/sys/net/
HDradix.c1145 struct radix_node_head *rnh; in rn_inithead()
1154 R_Zalloc(rnh, struct radix_node_head *, sizeof (*rnh)); in rn_inithead()
1196 struct radix_node_head *rnh; in rn_detachhead()
1201 rnh = (struct radix_node_head *)(*head); in rn_detachhead()
HDradix.h128 struct radix_node_head { struct
HDpfvar.h1063 struct radix_node_head *pfrkt_ip4;
1064 struct radix_node_head *pfrkt_ip6;
/freebsd-11-stable/tools/debugscripts/
HDnetstat-anr.gdb160 set $rt = (struct radix_node_head **)rt_tables + $af
/freebsd-11-stable/sys/netpfil/pf/
HDpf_table.c1719 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1721 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
HDpf.c5321 struct radix_node_head *rnh; in pf_routable_oldmpath()
5425 struct radix_node_head *rnh; in pf_routable()