Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dradix.h389 struct radix_node_head { struct
395 struct radix_node_head *head, struct radix_node nodes[]); argument
398 struct radix_node_head *head, struct radix_node nodes[]); argument
400 (void *v, void *mask, struct radix_node_head *head); argument
402 (void *v, void *mask, struct radix_node_head *head); argument
404 (void *v, struct radix_node_head *head); argument
407 (void *v, struct radix_node_head *head, argument
410 (void *v, void *mask, struct radix_node_head *head); argument
413 (void *v, void *mask, struct radix_node_head *head, argument
416 (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]);
88 static struct radix_node_head *mask_rnhead;
91 KALLOC_TYPE_DEFINE(radix_node_head_zone, struct radix_node_head, KT_DEFAULT);
316 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
322 rn_lookup_args(void *v_arg, void *m_arg, struct radix_node_head *head, in rn_lookup_args()
384 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
390 rn_match_args(void *v_arg, struct radix_node_head *head, in rn_match_args()
571 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert()
[all …]
H A Droute_private.h432 extern struct radix_node_head *rt_tables[AF_MAX + 1];
456 struct sockaddr *, struct radix_node_head *, unsigned int);
458 struct sockaddr *, struct radix_node_head *);
H A Droute.c233 struct radix_node_head *rt_tables[RT_TABLES_LEN];
314 static void rtable_init(struct radix_node_head * __single * __header_indexable table);
334 struct sockaddr *, struct radix_node_head *, unsigned int);
470 rtable_init(struct radix_node_head * __single * __header_indexable table) in rtable_init()
1032 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in rtalloc1_common_locked()
1208 struct radix_node_head *rnh; in rtfree_common()
1874 struct radix_node_head *rnh;
1923 struct radix_node_head *rnh; in rtrequest_common_locked()
2620 struct radix_node_head *rnh = ap->rnh; in rt_fixchange()
2724 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.c408 struct radix_node_head *rnh; in ifnet_llreach_get_defrouter()
H A Drtsock.c328 struct radix_node_head *rnh; in route_output()
2409 struct radix_node_head *rnh;
H A Dpfvar.h1344 struct radix_node_head *pfrkt_ip4;
1345 struct radix_node_head *pfrkt_ip6;
H A Dif.c6138 struct radix_node_head *rnh; in if_rtproto_del()
6184 struct radix_node_head *__single rnh; in if_rtmtu_update()
H A Dntstat.c1316 struct radix_node_head *rnh = rt_tables[dst->sa_family]; in nstat_route_lookup()
1441 struct radix_node_head *rnh; in nstat_route_add_watcher()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c100 static struct radix_node *in_addroute(void *, void *, struct radix_node_head *,
103 struct radix_node_head *);
104 static struct radix_node *in_matroute(void *, struct radix_node_head *);
105 static struct radix_node *in_matroute_args(void *, struct radix_node_head *,
107 static void in_clsroute(struct radix_node *, struct radix_node_head *);
116 in_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in in_addroute()
266 in_deleteroute(void *v_arg, void *netmask_arg, struct radix_node_head *head) in in_deleteroute()
326 in_matroute(void *v_arg, struct radix_node_head *head) in in_matroute()
337 in_matroute_args(void *v_arg, struct radix_node_head *head, in in_matroute_args()
374 in_clsroute(struct radix_node *rn, struct radix_node_head *head) in in_clsroute()
[all …]
H A Din_arp.c1255 struct radix_node_head *rnh = NULL; in arp_send_probe_notification()
2139 struct radix_node_head *rnh = NULL; in arp_ip_handle_input()
/xnu-12377.41.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.c1147 struct radix_node_head *__single rnh = NULL; in nd6_na_input()
1285 struct radix_node_head *__single rnh = NULL; in nd6_na_input()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_subs.c1341 struct radix_node_head *rnh; in nfsrv_hang_addrlist()
1513 struct radix_node_head *rnh;
1520 struct radix_node_head *rnh = fna->rnh; in nfsrv_free_netopt()
1540 struct radix_node_head *rnh; in nfsrv_free_addrlist()
2178 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) */