Searched refs:rt_llinfo (Results 1 – 7 of 7) sorted by relevance
295 VERIFY(la->la_rt->rt_llinfo == la); in arp_llinfo_free()366 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llinfo_purge()382 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llinfo_get_ri()404 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llinfo_get_iflri()544 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_llreach_alloc()890 struct llinfo_arp *__single la = rt->rt_llinfo; in arp_rtrequest()968 rt->rt_llinfo = la = arp_llinfo_alloc(Z_WAITOK); in arp_rtrequest()1216 struct llinfo_arp *__single llinfo = p_route->rt_llinfo; in arp_is_entry_probing()1363 if (route == NULL || route->rt_llinfo == NULL) { in arp_lookup_ip()1385 if (result || route == NULL || (llinfo = route->rt_llinfo) == NULL) { in arp_lookup_ip()[all …]
329 VERIFY(ln->ln_rt->rt_llinfo == ln); in nd6_llinfo_free()340 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_purge()356 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_get_ri()378 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_get_iflri()400 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llinfo_refresh()880 if ((struct llinfo_nd6 *)rt->rt_llinfo != ln) { in nd6_service_neighbor_cache()882 __func__, rt->rt_llinfo, ln); in nd6_service_neighbor_cache()2414 if (rt->rt_llinfo) { in nd6_lookup()2415 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_lookup()2470 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL || in nd6_lookup()[all …]
185 struct llinfo_nd6 *__single ln = rt->rt_llinfo; in nd6_llreach_alloc()1088 if ((ln = rt->rt_llinfo) == NULL || in nd6_na_input()2594 VERIFY(rt->rt_llinfo); in nd6_alt_node_present()2596 ln = rt->rt_llinfo; in nd6_alt_node_present()
1733 (ln = rt->rt_llinfo) != NULL && in defrouter_select()1789 if ((ln = rt->rt_llinfo) != NULL && in defrouter_select()
171 void *rt_llinfo; /* pointer to link level info cache */ member
1269 if (rt->rt_llinfo != NULL) { in rtfree_common()1271 (*rt->rt_llinfo_free)(rt->rt_llinfo); in rtfree_common()1272 rt->rt_llinfo = NULL; in rtfree_common()
302 struct llinfo_nd6 *__single ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()