Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_llatbl.c159 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) { in htable_foreach_lle()
183 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
186 lle->lle_head = lleh; in htable_link_entry()
200 lle->lle_head = NULL; in htable_unlink_entry()
255 kfree_type(struct llentries, llt->llt_hsize, llt->lle_head);
594 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
666 llt->lle_head = kalloc_type(struct llentries, hsize, in lltable_allocate_htbl()
670 LIST_INIT(&llt->lle_head[i]); in lltable_allocate_htbl()
H A Dif_llatbl.h100 struct llentries *lle_head; member
199 struct llentries *__counted_by(llt_hsize) lle_head;
/xnu-8792.41.9/bsd/netinet/
H A Din.c2527 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
/xnu-8792.41.9/bsd/netinet6/
H A Din6.c4757 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()