Lines Matching defs:la_tmp
464 struct llentry *la = NULL, *la_tmp;
493 la_tmp = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst);
495 if (la_tmp == NULL)
498 if (la_tmp != NULL) {
500 la = la_tmp;
770 struct llentry *la = NULL, *la_tmp;
966 la_tmp = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst);
984 if (la_tmp == NULL)
988 if (la_tmp == NULL) {
994 la = la_tmp;
995 la_tmp = NULL;