Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_llatbl.c203 struct llentries *lleh; in htable_link_entry() local
216 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
219 lle->lle_head = lleh; in htable_link_entry()
221 CK_LIST_INSERT_HEAD(lleh, lle, lle_next); in htable_link_entry()
/freebsd/sys/netinet/
H A Din.c1633 struct llentries *lleh; in in_lltable_find_dst() local
1637 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
1638 CK_LIST_FOREACH(lle, lleh, lle_next) { in in_lltable_find_dst()
/freebsd/sys/netinet6/
H A Din6.c2347 struct llentries *lleh; in in6_lltable_find_dst() local
2351 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()
2352 CK_LIST_FOREACH(lle, lleh, lle_next) { in in6_lltable_find_dst()