Searched full:ln_tmp (Results 1 – 1 of 1) sorted by relevance
1960 struct llentry *ln = NULL, *ln_tmp; in nd6_cache_lladdr() local2018 ln_tmp = nd6_lookup(from, LLE_SF(AF_INET6, LLE_EXCLUSIVE), ifp); in nd6_cache_lladdr()2019 if (ln_tmp == NULL) in nd6_cache_lladdr()2022 if (ln_tmp == NULL) { in nd6_cache_lladdr()2032 ln = ln_tmp; in nd6_cache_lladdr()2033 ln_tmp = NULL; in nd6_cache_lladdr()2602 struct llentry *ln, *ln_tmp; in nd6_add_ifa_lle() local2617 ln_tmp = lla_lookup(LLTABLE6(ifp), LLE_SF(AF_INET6, LLE_EXCLUSIVE), dst); in nd6_add_ifa_lle()2618 if (ln_tmp != NULL) in nd6_add_ifa_lle()2619 lltable_unlink_entry(LLTABLE6(ifp), ln_tmp); in nd6_add_ifa_lle()[all …]