Searched refs:ln_tmp (Results 1 – 1 of 1) sorted by relevance
1862 struct llentry *ln = NULL, *ln_tmp; in nd6_cache_lladdr() local1920 ln_tmp = nd6_lookup(from, LLE_EXCLUSIVE, ifp); in nd6_cache_lladdr()1921 if (ln_tmp == NULL) in nd6_cache_lladdr()1924 if (ln_tmp == NULL) { in nd6_cache_lladdr()1933 ln = ln_tmp; in nd6_cache_lladdr()1934 ln_tmp = NULL; in nd6_cache_lladdr()2455 struct llentry *ln, *ln_tmp; in nd6_add_ifa_lle() local2471 ln_tmp = lla_lookup(LLTABLE6(ifp), LLE_EXCLUSIVE, dst); in nd6_add_ifa_lle()2472 if (ln_tmp != NULL) in nd6_add_ifa_lle()2473 lltable_unlink_entry(LLTABLE6(ifp), ln_tmp); in nd6_add_ifa_lle()[all …]