Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_llatbl.c168 struct llentries *lleh; in htable_link_entry() local
181 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()
/f-stack/freebsd/netinet/
H A Din.c1488 struct llentries *lleh; in in_lltable_find_dst() local
1492 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
1493 CK_LIST_FOREACH(lle, lleh, lle_next) { in in_lltable_find_dst()
/f-stack/freebsd/netinet6/
H A Din6.c2273 struct llentries *lleh; in in6_lltable_find_dst() local
2277 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()
2278 CK_LIST_FOREACH(lle, lleh, lle_next) { in in6_lltable_find_dst()