Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_llatbl.c158 for (i = 0; i < llt->llt_hsize; i++) { in htable_foreach_lle()
182 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()
255 kfree_type(struct llentries, llt->llt_hsize, llt->lle_head);
593 for (i = 0; i < llt->llt_hsize; i++) {
665 llt->llt_hsize = hsize; in lltable_allocate_htbl()
669 for (int i = 0; i < llt->llt_hsize; i++) { in lltable_allocate_htbl()
H A Dif_llatbl.h198 int llt_hsize; member
199 struct llentries *__counted_by(llt_hsize) lle_head;
/xnu-8792.41.9/bsd/netinet/
H A Din.c2526 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()
/xnu-8792.41.9/bsd/netinet6/
H A Din6.c4756 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()