Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dradix.h362 struct radix_node_head { struct
368 struct radix_node_head *head, struct radix_node nodes[]); argument
371 struct radix_node_head *head, struct radix_node nodes[]); argument
373 (void *v, void *mask, struct radix_node_head *head); argument
375 (void *v, void *mask, struct radix_node_head *head); argument
377 (void *v, struct radix_node_head *head); argument
380 (void *v, struct radix_node_head *head, argument
383 (void *v, void *mask, struct radix_node_head *head); argument
386 (void *v, void *mask, struct radix_node_head *head, argument
389 (void *v, struct radix_node_head *head); argument
[all …]
H A Dradix.c79 static int rn_walktree_from(struct radix_node_head *h, void *a,
81 static int rn_walktree(struct radix_node_head *, walktree_f_t *, void *);
82 static struct radix_node *rn_insert(void *, struct radix_node_head *, int *, struct radix_node[2]);
89 static struct radix_node_head *mask_rnhead;
95 KALLOC_TYPE_DEFINE(radix_node_head_zone, struct radix_node_head, KT_DEFAULT);
243 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
249 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args()
308 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
314 rn_match_args(void *v_arg, struct radix_node_head *head, in rn_match_args()
479 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert()
[all …]
H A Droute_private.h430 extern struct radix_node_head *rt_tables[AF_MAX + 1];
454 struct sockaddr *, struct radix_node_head *, unsigned int);
456 struct sockaddr *, struct radix_node_head *);
H A Droute.c228 struct radix_node_head *rt_tables[RT_TABLES_LEN];
309 static void rtable_init(struct radix_node_head * __single * __header_indexable table);
329 struct sockaddr *, struct radix_node_head *, unsigned int);
465 rtable_init(struct radix_node_head * __single * __header_indexable table) in rtable_init()
1031 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc1_common_locked()
1207 struct radix_node_head *rnh; in rtfree_common()
1873 struct radix_node_head *rnh;
1922 struct radix_node_head *rnh; in rtrequest_common_locked()
2619 struct radix_node_head *rnh = ap->rnh; in rt_fixchange()
2723 struct radix_node_head *rnh = NULL; in rt_setgate()
[all …]
H A Dpf_table.c879 struct radix_node_head *head; in pfr_lookup_addr()
1096 struct radix_node_head *head; in pfr_route_kentry()
1124 struct radix_node_head *head; in pfr_unroute_kentry()
1916 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable()
1918 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
H A Dif_llreach.c407 struct radix_node_head *rnh; in ifnet_llreach_get_defrouter()
H A Dpfvar.h1344 struct radix_node_head *pfrkt_ip4;
1345 struct radix_node_head *pfrkt_ip6;
H A Drtsock.c327 struct radix_node_head *rnh; in route_output()
2404 struct radix_node_head *rnh;
H A Dif.c6102 struct radix_node_head *rnh; in if_rtproto_del()
6148 struct radix_node_head *__single rnh; in if_rtmtu_update()
H A Dntstat.c1017 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in nstat_route_lookup()
1141 struct radix_node_head *rnh; in nstat_route_add_watcher()
/xnu-11417.121.6/bsd/netinet/
H A Din_rmx.c99 static struct radix_node *in_addroute(void *, void *, struct radix_node_head *,
102 struct radix_node_head *);
103 static struct radix_node *in_matroute(void *, struct radix_node_head *);
104 static struct radix_node *in_matroute_args(void *, struct radix_node_head *,
106 static void in_clsroute(struct radix_node *, struct radix_node_head *);
115 in_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in_addroute()
265 in_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in_deleteroute()
325 in_matroute(void *v_arg, struct radix_node_head *head) in in_matroute()
336 in_matroute_args(void *v_arg, struct radix_node_head *head, in in_matroute_args()
373 in_clsroute(struct radix_node *rn, struct radix_node_head *head) in in_clsroute()
[all …]
H A Din_arp.c1254 struct radix_node_head *rnh = NULL; in arp_send_probe_notification()
2124 struct radix_node_head *rnh = NULL; in arp_ip_handle_input()
/xnu-11417.121.6/bsd/netinet6/
H A Din6_rmx.c138 static struct radix_node *in6_addroute(void *, void *, struct radix_node_head *,
141 struct radix_node_head *);
142 static struct radix_node *in6_matroute(void *, struct radix_node_head *);
143 static struct radix_node *in6_matroute_args(void *, struct radix_node_head *,
145 static void in6_clsroute(struct radix_node *, struct radix_node_head *);
158 in6_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in6_addroute()
344 in6_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in6_deleteroute()
411 in6_matroute(void *v_arg, struct radix_node_head *head) in in6_matroute()
422 in6_matroute_args(void *v_arg, struct radix_node_head *head, in in6_matroute_args()
459 in6_clsroute(struct radix_node *rn, struct radix_node_head *head) in in6_clsroute()
[all …]
H A Dnd6_nbr.c1145 struct radix_node_head *__single rnh = NULL; in nd6_na_input()
1282 struct radix_node_head *__single rnh = NULL; in nd6_na_input()
/xnu-11417.121.6/bsd/nfs/
H A Dnfs_subs.c1340 struct radix_node_head *rnh; in nfsrv_hang_addrlist()
1512 struct radix_node_head *rnh;
1519 struct radix_node_head *rnh = fna->rnh; in nfsrv_free_netopt()
1539 struct radix_node_head *rnh; in nfsrv_free_addrlist()
2177 struct radix_node_head *rnh; in nfsrv_export_lookup()
H A Dnfs.h705 struct radix_node_head *nx_rtable[AF_MAX + 1]; /* table of exports (netopts) */