Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Din_arp.c308 VERIFY(la->la_rt->rt_llinfo == la); in arp_llinfo_free()
379 struct llinfo_arp *la = rt->rt_llinfo; in arp_llinfo_purge()
395 struct llinfo_arp *la = rt->rt_llinfo; in arp_llinfo_get_ri()
417 struct llinfo_arp *la = rt->rt_llinfo; in arp_llinfo_get_iflri()
556 struct llinfo_arp *la = rt->rt_llinfo; in arp_llreach_alloc()
902 struct llinfo_arp *la = rt->rt_llinfo; in arp_rtrequest()
981 rt->rt_llinfo = la = arp_llinfo_alloc(Z_WAITOK); in arp_rtrequest()
1226 struct llinfo_arp *llinfo = p_route->rt_llinfo; in arp_is_entry_probing()
1373 if (route == NULL || route->rt_llinfo == NULL) { in arp_lookup_ip()
1395 if (result || route == NULL || (llinfo = route->rt_llinfo) == NULL) { in arp_lookup_ip()
[all …]
/xnu-10002.81.5/bsd/netinet6/
H A Dnd6.c331 VERIFY(ln->ln_rt->rt_llinfo == ln); in nd6_llinfo_free()
342 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_purge()
358 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_get_ri()
380 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_get_iflri()
402 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llinfo_refresh()
873 if ((struct llinfo_nd6 *)rt->rt_llinfo != ln) { in nd6_service_neighbor_cache()
875 __func__, rt->rt_llinfo, ln); in nd6_service_neighbor_cache()
2406 if (rt->rt_llinfo) { in nd6_lookup()
2407 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_lookup()
2462 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL || in nd6_lookup()
[all …]
H A Dnd6_nbr.c182 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llreach_alloc()
1059 if ((ln = rt->rt_llinfo) == NULL || in nd6_na_input()
2592 VERIFY(rt->rt_llinfo); in nd6_alt_node_present()
2594 ln = rt->rt_llinfo; in nd6_alt_node_present()
H A Dnd6_rtr.c1707 (ln = rt->rt_llinfo) != NULL && in defrouter_select()
1760 if ((ln = rt->rt_llinfo) != NULL && in defrouter_select()
/xnu-10002.81.5/bsd/net/
H A Droute_private.h174 void *rt_llinfo; /* pointer to link level info cache */ member
H A Droute.c1257 if (rt->rt_llinfo != NULL) { in rtfree_common()
1259 (*rt->rt_llinfo_free)(rt->rt_llinfo); in rtfree_common()
1260 rt->rt_llinfo = NULL; in rtfree_common()
/xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c296 struct llinfo_nd6 *ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()