Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.c1652 const int hashmax = (ipi->ipi_hashmask + 1) * 2; in inp_next() local
1684 if (ii->mode == INP_ALL_LIST && ++ii->hash < hashmax) in inp_next()
1702 if (ii->mode == INP_ALL_LIST && ++ii->hash < hashmax) { in inp_next()