Lines Matching defs:ln_tmp
1959 struct llentry *ln = NULL, *ln_tmp;
2017 ln_tmp = nd6_lookup(from, LLE_SF(AF_INET6, LLE_EXCLUSIVE), ifp);
2018 if (ln_tmp == NULL)
2021 if (ln_tmp == NULL) {
2031 ln = ln_tmp;
2032 ln_tmp = NULL;
2600 struct llentry *ln, *ln_tmp;
2615 ln_tmp = lla_lookup(LLTABLE6(ifp), LLE_SF(AF_INET6, LLE_EXCLUSIVE), dst);
2616 if (ln_tmp != NULL)
2617 lltable_unlink_entry(LLTABLE6(ifp), ln_tmp);
2621 if (ln_tmp != NULL)
2622 EVENTHANDLER_INVOKE(lle_event, ln_tmp, LLENTRY_EXPIRED);
2626 if (ln_tmp != NULL)
2627 llentry_free(ln_tmp);