Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c53 bucket[idx] = hash & hinfo->lhash2_mask; in iter_tcp_soreuse()
/linux/include/net/
H A Dinet_hashtables.h171 unsigned int lhash2_mask; member
190 return &h->lhash2[hash & h->lhash2_mask]; in inet_lhash2_bucket()
/linux/net/ipv4/
H A Dinet_hashtables.c1182 for (i = 0; i <= h->lhash2_mask; i++) { in init_hashinfo_lhash2()
1200 &h->lhash2_mask, in inet_hashinfo2_init()
1220 h->lhash2_mask = INET_LHTABLE_SIZE - 1; in inet_hashinfo2_init_mod()
1222 BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask); in inet_hashinfo2_init_mod()
H A Dtcp_ipv4.c2606 for (; st->bucket <= hinfo->lhash2_mask; st->bucket++) {
2773 if (st->bucket > hinfo->lhash2_mask)
3130 st->bucket > hinfo->lhash2_mask) {
H A Dinet_diag.c1043 for (i = s_i; i <= hashinfo->lhash2_mask; i++) { in inet_diag_dump_icsk()
/linux/net/mptcp/
H A Dmptcp_diag.c88 for (i = diag_ctx->l_slot; i <= hinfo->lhash2_mask; i++) { in mptcp_diag_dump_listeners()