Searched refs:rt_llinfo (Results 1 – 7 of 7) sorted by relevance
296 VERIFY(la->la_rt->rt_llinfo == la); in arp_llinfo_free()367 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llinfo_purge()383 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llinfo_get_ri()405 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llinfo_get_iflri()545 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llreach_alloc()891 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_rtrequest()969 rt->rt_llinfo = la = arp_llinfo_alloc(Z_WAITOK); in arp_rtrequest()1217 struct llinfo_arp *__single llinfo = p_route->rt_llinfo; in arp_is_entry_probing()1364 if (route == NULL || route->rt_llinfo == NULL) { in arp_lookup_ip()1386 if (result || route == NULL || (llinfo = route->rt_llinfo) == NULL) { in arp_lookup_ip()[all …]
336 VERIFY(ln->ln_rt->rt_llinfo == ln); in nd6_llinfo_free()347 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_purge()363 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_get_ri()385 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_get_iflri()407 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_refresh()887 if ((struct llinfo_nd6 *)rt->rt_llinfo != ln) { in nd6_service_neighbor_cache()889 __func__, rt->rt_llinfo, ln); in nd6_service_neighbor_cache()2421 if (rt->rt_llinfo) { in nd6_lookup()2422 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_lookup()2477 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL || in nd6_lookup()[all …]
186 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llreach_alloc()1088 if ((ln = rt->rt_llinfo) == NULL || in nd6_na_input()2598 VERIFY(rt->rt_llinfo); in nd6_alt_node_present()2600 ln = rt->rt_llinfo; in nd6_alt_node_present()
1762 (ln = rt->rt_llinfo) != NULL && in defrouter_select()1818 if ((ln = rt->rt_llinfo) != NULL && in defrouter_select()
171 void *rt_llinfo; /* pointer to link level info cache */ member
1322 if (rt->rt_llinfo != NULL) { in rtfree_common()1324 (*rt->rt_llinfo_free)(rt->rt_llinfo); in rtfree_common()1325 rt->rt_llinfo = NULL; in rtfree_common()
303 struct llinfo_nd6 *__single ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()