Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_llatbl.c161 LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) { in htable_foreach_lle()
185 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
188 lle->lle_head = lleh; in htable_link_entry()
202 lle->lle_head = NULL; in htable_unlink_entry()
256 FREE(llt->lle_head, M_LLTABLE); in htable_free_tbl()
572 LIST_FOREACH(lle, &llt->lle_head[i], lle_next) {
645 MALLOC(llt->lle_head, struct llentries *, sizeof(struct llentries) * hsize, in lltable_allocate_htbl()
649 LIST_INIT(&llt->lle_head[i]); in lltable_allocate_htbl()
H A Dif_llatbl.h100 struct llentries *lle_head; member
199 struct llentries *lle_head; member
/xnu-8019.80.24/bsd/netinet/
H A Din.c2549 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4706 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()