Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c53 bucket[idx] = hash & hinfo->lhash2_mask; in iter_tcp_soreuse()
/linux-6.15/include/net/
H A Dinet_hashtables.h172 unsigned int lhash2_mask; member
191 return &h->lhash2[hash & h->lhash2_mask]; in inet_lhash2_bucket()
/linux-6.15/net/ipv4/
H A Dinet_hashtables.c1223 for (i = 0; i <= h->lhash2_mask; i++) { in init_hashinfo_lhash2()
1241 &h->lhash2_mask, in inet_hashinfo2_init()
1261 h->lhash2_mask = INET_LHTABLE_SIZE - 1; in inet_hashinfo2_init_mod()
1263 BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask); in inet_hashinfo2_init_mod()
H A Dtcp_ipv4.c2617 for (; st->bucket <= hinfo->lhash2_mask; st->bucket++) {
2784 if (st->bucket > hinfo->lhash2_mask)
3141 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-6.15/net/mptcp/
H A Dmptcp_diag.c88 for (i = diag_ctx->l_slot; i <= hinfo->lhash2_mask; i++) { in mptcp_diag_dump_listeners()