Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_llatbl.c141 for (i = 0; i < llt->llt_hsize; i++) { in htable_foreach_lle()
163 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()
538 for (i=0; i < llt->llt_hsize; i++) {
610 llt->llt_hsize = hsize; in lltable_allocate_htbl()
614 for (i = 0; i < llt->llt_hsize; i++) in lltable_allocate_htbl()
911 for (i = 0; i < llt->llt_hsize; i++) { in llatbl_llt_show()
HDif_llatbl.h166 int llt_hsize; member
/NextBSD/sys/netinet/
HDin.c1223 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()
/NextBSD/sys/netinet6/
HDin6.c2217 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()