Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dradix.h106 struct radix_node_head { struct
112 struct radix_node_head *head, struct radix_node nodes[]); argument
115 struct radix_node_head *head, struct radix_node nodes[]); argument
118 struct radix_node_head *head, struct radix_node *rn); argument
121 struct radix_node_head *head); argument
124 struct radix_node_head *head); argument
127 struct radix_node_head *head); argument
130 struct radix_node_head *head); argument
132 int (*rnh_walktree)(struct radix_node_head *, argument
156 int rn_inithead0(struct radix_node_head *, int); argument
[all …]
Dradix_mpath.c56 struct radix_node_head *rnh; in rn_mpath_capable()
120 struct radix_node_head *rnh; in rt_mpath_conflict()
265 struct radix_node_head *rnh;
269 rnh = (struct radix_node_head *)*head;
Dradix_mpath.h47 int rn_mpath_capable __P((struct radix_node_head *));
51 int rt_mpath_conflict __P((struct radix_node_head *, struct rtentry *,
Dradix.c60 struct radix_node_head *mask_rnhead;
173 struct radix_node_head *head;
215 struct radix_node_head *head;
349 struct radix_node_head *head;
531 struct radix_node_head *head;
709 struct radix_node_head *head;
920 struct radix_node_head *h; in rn_walktree()
962 struct radix_node_head *rnh;
966 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh));
975 struct radix_node_head *rnh; in rn_inithead0()
Droute.c135 struct radix_node_head *rt_tables[AF_MAX+1];
146 void rtflushclone(struct radix_node_head *, struct rtentry *);
209 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc2()
260 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc1()
502 rtflushclone(struct radix_node_head *rnh, struct rtentry *parent) in rtflushclone()
652 struct radix_node_head *rnh; in rtrequest1()
Droute.h302 extern struct radix_node_head *rt_tables[];
Dpf_table.c735 struct radix_node_head *head; in pfr_lookup_addr()
908 struct radix_node_head *head; in pfr_route_kentry()
933 struct radix_node_head *head; in pfr_unroute_kentry()
1626 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1628 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
Drtsock.c168 struct radix_node_head *rnh; in route_output()
883 struct radix_node_head *rnh; in sysctl_rtable()
Dpfvar.h770 struct radix_node_head *pfrkt_ip4;
771 struct radix_node_head *pfrkt_ip6;
Dif_tun.c346 struct radix_node_head *rnh; in tunclose()
Dif.c480 struct radix_node_head *rnh; in if_detach()
/mirbsd/src/sbin/routed/
Dradix.c56 struct radix_node_head *mask_rnhead;
169 struct radix_node_head *head;
211 struct radix_node_head *head;
345 struct radix_node_head *head;
527 struct radix_node_head *head;
690 struct radix_node_head *head;
874 struct radix_node_head *h; in rn_walktree()
916 struct radix_node_head *rnh;
920 R_Malloc(rnh, struct radix_node_head *, sizeof (*rnh));
929 struct radix_node_head *rnh; in rn_inithead0()
Ddefs.h419 extern struct radix_node_head *rhead;
Dtable.c40 struct radix_node_head *rhead; /* root of the radix tree */
/mirbsd/src/sys/kern/
Dvfs_subr.c1573 register struct radix_node_head *rnh;
1652 register struct radix_node_head *rnh = (struct radix_node_head *)w;
1667 register struct radix_node_head *rnh;
1704 register struct radix_node_head *rnh;
/mirbsd/src/usr.bin/netstat/
Droute.c85 struct radix_node_head *rt_tables[AF_MAX+1];
145 struct radix_node_head *rnh, head; in routepr()
/mirbsd/src/sys/sys/
Dmount.h561 struct radix_node_head *ne_rtable[AF_MAX+1]; /* Individual exports */
/mirbsd/src/sys/netinet/
Dif_ether.c1065 struct radix_node_head *rnh; in db_show_arptab()
/mirbsd/src/sys/netinet6/
Dnd6_rtr.c1792 struct radix_node_head *rnh = rt_tables[AF_INET6];