Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c66 bucket[idx] = hash & hinfo->lhash2_mask; in iter_tcp_soreuse()
/linux/include/net/
H A Dinet_hashtables.h174 unsigned int lhash2_mask; member
188 return &h->lhash2[hash & h->lhash2_mask]; in inet_lhash2_bucket()
/linux/net/ipv4/
H A Dtcp_diag.c335 for (i = s_i; i <= hashinfo->lhash2_mask; i++) { in tcp_diag_dump()
H A Dtcp_ipv4.c2485 for (; st->bucket <= hinfo->lhash2_mask; st->bucket++) {
2652 if (st->bucket > hinfo->lhash2_mask)