Home
last modified time | relevance | path

Searched refs:rt_llinfo (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.101.15/bsd/netinet/
H A Din_arp.c310 VERIFY(la->la_rt->rt_llinfo == la); in arp_llinfo_free()
381 struct llinfo_arp *la = rt->rt_llinfo; in arp_llinfo_purge()
397 struct llinfo_arp *la = rt->rt_llinfo; in arp_llinfo_get_ri()
419 struct llinfo_arp *la = rt->rt_llinfo; in arp_llinfo_get_iflri()
558 struct llinfo_arp *la = rt->rt_llinfo; in arp_llreach_alloc()
904 struct llinfo_arp *la = rt->rt_llinfo; in arp_rtrequest()
983 rt->rt_llinfo = la = arp_llinfo_alloc(Z_WAITOK); in arp_rtrequest()
1228 struct llinfo_arp *llinfo = p_route->rt_llinfo; in arp_is_entry_probing()
1374 if (route == NULL || route->rt_llinfo == NULL) { in arp_lookup_ip()
1396 if (result || route == NULL || (llinfo = route->rt_llinfo) == NULL) { in arp_lookup_ip()
[all …]
/xnu-10063.101.15/bsd/netinet6/
H A Dnd6.c333 VERIFY(ln->ln_rt->rt_llinfo == ln); in nd6_llinfo_free()
344 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_purge()
360 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_get_ri()
382 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_get_iflri()
404 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_refresh()
875 if ((struct llinfo_nd6 *)rt->rt_llinfo != ln) { in nd6_service_neighbor_cache()
877 __func__, rt->rt_llinfo, ln); in nd6_service_neighbor_cache()
2407 if (rt->rt_llinfo) { in nd6_lookup()
2408 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_lookup()
2463 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL || in nd6_lookup()
[all …]
H A Dnd6_nbr.c184 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llreach_alloc()
1060 if ((ln = rt->rt_llinfo) == NULL || in nd6_na_input()
2590 VERIFY(rt->rt_llinfo); in nd6_alt_node_present()
2592 ln = rt->rt_llinfo; in nd6_alt_node_present()
H A Dnd6_rtr.c1709 (ln = rt->rt_llinfo) != NULL && in defrouter_select()
1765 if ((ln = rt->rt_llinfo) != NULL && in defrouter_select()
/xnu-10063.101.15/bsd/net/
H A Droute_private.h172 void *rt_llinfo; /* pointer to link level info cache */ member
H A Droute.c1263 if (rt->rt_llinfo != NULL) { in rtfree_common()
1265 (*rt->rt_llinfo_free)(rt->rt_llinfo); in rtfree_common()
1266 rt->rt_llinfo = NULL; in rtfree_common()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c297 struct llinfo_nd6 *ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()