Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_llatbl.c160 for (i = 0; i < llt->llt_hsize; i++) { in htable_foreach_lle()
184 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()
571 for (i = 0; i < llt->llt_hsize; i++) {
644 llt->llt_hsize = hsize; in lltable_allocate_htbl()
648 for (i = 0; i < llt->llt_hsize; i++) { in lltable_allocate_htbl()
H A Dif_llatbl.h198 int llt_hsize; member
/xnu-8019.80.24/bsd/netinet/
H A Din.c2548 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4705 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()