Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_llatbl.c173 struct llentries *lleh; in htable_link_entry() local
183 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
186 lle->lle_head = lleh; in htable_link_entry()
188 LIST_INSERT_HEAD(lleh, lle, lle_next); in htable_link_entry()
/xnu-8020.101.4/bsd/netinet/
H A Din.c2523 struct llentries *lleh; in in_lltable_find_dst() local
2527 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
2528 LIST_FOREACH(lle, lleh, lle_next) { in in_lltable_find_dst()
/xnu-8020.101.4/bsd/netinet6/
H A Din6.c4728 struct llentries *lleh; in in6_lltable_find_dst() local
4732 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()
4733 LIST_FOREACH(lle, lleh, lle_next) { in in6_lltable_find_dst()