Searched refs:lleh (Results 1 – 3 of 3) sorted by relevance
168 struct llentries *lleh; in htable_link_entry() local181 lleh = &llt->lle_head[hashidx]; in htable_link_entry()184 lle->lle_head = lleh; in htable_link_entry()186 CK_LIST_INSERT_HEAD(lleh, lle, lle_next); in htable_link_entry()
1488 struct llentries *lleh; in in_lltable_find_dst() local1492 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()1493 CK_LIST_FOREACH(lle, lleh, lle_next) { in in_lltable_find_dst()
2273 struct llentries *lleh; in in6_lltable_find_dst() local2277 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()2278 CK_LIST_FOREACH(lle, lleh, lle_next) { in in6_lltable_find_dst()