Home
last modified time | relevance | path

Searched refs:la_tmp (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Dif_llatbl.c470 struct llentry *la, *la_tmp; in llentry_alloc() local
490 la_tmp = lla_lookup(lt, LLE_EXCLUSIVE, (struct sockaddr *)dst); in llentry_alloc()
491 if (la_tmp == NULL) { in llentry_alloc()
495 if (la_tmp != NULL) { in llentry_alloc()
497 la = la_tmp; in llentry_alloc()