Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dradix.h159 struct radix_node_head { struct
165 struct radix_node_head *head, struct radix_node nodes[]); argument
168 struct radix_node_head *head, struct radix_node nodes[]); argument
170 (void *v, void *mask, struct radix_node_head *head); argument
172 (void *v, void *mask, struct radix_node_head *head); argument
174 (void *v, struct radix_node_head *head); argument
177 (void *v, struct radix_node_head *head, argument
180 (void *v, void *mask, struct radix_node_head *head); argument
183 (void *v, void *mask, struct radix_node_head *head, argument
186 (void *v, struct radix_node_head *head); argument
[all …]
H A Dradix.c78 static int rn_walktree_from(struct radix_node_head *h, void *a,
80 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
81 static struct radix_node *rn_insert(void *, struct radix_node_head *, int *, struct radix_node[2]);
88 static struct radix_node_head *mask_rnhead;
94 KALLOC_TYPE_DEFINE(radix_node_head_zone, struct radix_node_head, KT_DEFAULT);
212 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
218 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args()
271 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
277 rn_match_args(void *v_arg, struct radix_node_head *head, in rn_match_args()
437 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert()
[all …]
H A Droute_private.h398 extern struct radix_node_head *rt_tables[AF_MAX + 1];
422 struct sockaddr *, struct radix_node_head *, unsigned int);
424 struct sockaddr *, struct radix_node_head *);
H A Droute.c222 struct radix_node_head *rt_tables[AF_MAX + 1];
319 struct sockaddr *, struct radix_node_head *, unsigned int);
970 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc1_common_locked()
1145 struct radix_node_head *rnh; in rtfree_common()
1806 struct radix_node_head *rnh;
1855 struct radix_node_head *rnh; in rtrequest_common_locked()
2536 struct radix_node_head *rnh = ap->rnh; in rt_fixchange()
2627 struct radix_node_head *rnh = NULL; in rt_setgate()
2980 struct radix_node_head *rnh; in node_lookup()
3023 struct radix_node_head *rnh; in node_lookup_default()
[all …]
H A Dpf_table.c875 struct radix_node_head *head; in pfr_lookup_addr()
1092 struct radix_node_head *head; in pfr_route_kentry()
1120 struct radix_node_head *head; in pfr_unroute_kentry()
1913 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1915 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
H A Dif_llreach.c406 struct radix_node_head *rnh; in ifnet_llreach_get_defrouter()
H A Drtsock.c308 struct radix_node_head *rnh; in route_output()
2172 struct radix_node_head *rnh;
H A Dpfvar.h1333 struct radix_node_head *pfrkt_ip4;
1334 struct radix_node_head *pfrkt_ip6;
H A Dif.c5423 struct radix_node_head *rnh; in if_rtproto_del()
5469 struct radix_node_head *rnh; in if_rtmtu_update()
H A Dntstat.c665 struct radix_node_head *rnh = rt_tables[dst.sa->sa_family]; in nstat_route_lookup()
789 struct radix_node_head *rnh; in nstat_route_add_watcher()
/xnu-8792.61.2/bsd/netinet/
H A Din_rmx.c97 static struct radix_node *in_addroute(void *, void *, struct radix_node_head *,
100 struct radix_node_head *);
101 static struct radix_node *in_matroute(void *, struct radix_node_head *);
102 static struct radix_node *in_matroute_args(void *, struct radix_node_head *,
104 static void in_clsroute(struct radix_node *, struct radix_node_head *);
113 in_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in_addroute()
264 in_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in_deleteroute()
324 in_matroute(void *v_arg, struct radix_node_head *head) in in_matroute()
335 in_matroute_args(void *v_arg, struct radix_node_head *head, in in_matroute_args()
371 in_clsroute(struct radix_node *rn, struct radix_node_head *head) in in_clsroute()
[all …]
H A Din_arp.c1265 struct radix_node_head *rnh = NULL; in arp_send_probe_notification()
2130 struct radix_node_head *rnh = NULL; in arp_ip_handle_input()
/xnu-8792.61.2/bsd/netinet6/
H A Din6_rmx.c136 static struct radix_node *in6_addroute(void *, void *, struct radix_node_head *,
139 struct radix_node_head *);
140 static struct radix_node *in6_matroute(void *, struct radix_node_head *);
141 static struct radix_node *in6_matroute_args(void *, struct radix_node_head *,
143 static void in6_clsroute(struct radix_node *, struct radix_node_head *);
156 in6_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in6_addroute()
343 in6_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in6_deleteroute()
410 in6_matroute(void *v_arg, struct radix_node_head *head) in in6_matroute()
421 in6_matroute_args(void *v_arg, struct radix_node_head *head, in in6_matroute_args()
456 in6_clsroute(struct radix_node *rn, struct radix_node_head *head) in in6_clsroute()
[all …]
H A Dnd6_nbr.c1110 struct radix_node_head *rnh = NULL; in nd6_na_input()
1246 struct radix_node_head *rnh = NULL; in nd6_na_input()
H A Dnd6.c781 struct radix_node_head *rnh = rt_tables[AF_INET6]; in nd6_service_neighbor_cache()
3982 struct radix_node_head *rnh = NULL; in nd6_cache_lladdr()
H A Dnd6_rtr.c4376 struct radix_node_head *rnh = rt_tables[AF_INET6]; in rt6_flush()
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_subs.c1373 struct radix_node_head *rnh; in nfsrv_hang_addrlist()
1545 struct radix_node_head *rnh;
1552 struct radix_node_head *rnh = fna->rnh; in nfsrv_free_netopt()
1572 struct radix_node_head *rnh; in nfsrv_free_addrlist()
2201 struct radix_node_head *rnh; in nfsrv_export_lookup()
H A Dnfs.h700 struct radix_node_head *nx_rtable[AF_MAX + 1]; /* table of exports (netopts) */