Searched refs:lle_tmp (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_llatbl.c | 686 struct llentry *lle, *lle_tmp; in lla_rt_output() local 740 lle_tmp = NULL; in lla_rt_output() 743 lle_tmp = lla_lookup(llt, LLE_EXCLUSIVE, dst); in lla_rt_output() 744 if (lle_tmp != NULL) { in lla_rt_output() 746 if ((lle_tmp->la_flags & LLE_IFADDR) != 0) { in lla_rt_output() 748 LLE_WUNLOCK(lle_tmp); in lla_rt_output() 753 lltable_unlink_entry(llt, lle_tmp); in lla_rt_output() 758 if (lle_tmp != NULL) { in lla_rt_output() 759 EVENTHANDLER_INVOKE(lle_event, lle_tmp,LLENTRY_EXPIRED); in lla_rt_output() 760 lltable_free_entry(llt, lle_tmp); in lla_rt_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | if_ether.c | 1292 struct llentry *lle, *lle_tmp; in arp_add_ifa_lle() local 1309 lle_tmp = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst); in arp_add_ifa_lle() 1310 if (lle_tmp != NULL) in arp_add_ifa_lle() 1311 lltable_unlink_entry(LLTABLE(ifp), lle_tmp); in arp_add_ifa_lle() 1316 if (lle_tmp != NULL) in arp_add_ifa_lle() 1317 EVENTHANDLER_INVOKE(lle_event, lle_tmp, LLENTRY_EXPIRED); in arp_add_ifa_lle() 1321 if (lle_tmp != NULL) in arp_add_ifa_lle() 1322 lltable_free_entry(LLTABLE(ifp), lle_tmp); in arp_add_ifa_lle()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 2290 struct llentry *lle = NULL, *lle_tmp; in nd6_resolve_slow() local 2325 lle_tmp = nd6_lookup(&dst->sin6_addr, LLE_EXCLUSIVE, ifp); in nd6_resolve_slow() 2326 if (lle_tmp == NULL) in nd6_resolve_slow() 2329 if (lle_tmp != NULL) { in nd6_resolve_slow() 2331 lle = lle_tmp; in nd6_resolve_slow() 2332 lle_tmp = NULL; in nd6_resolve_slow()
|