Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_plb.c82 tcp_sk(sk)->plb_rehash++; in tcp_plb_check_rehash()
H A Dtcp.c3399 tp->plb_rehash = 0; in tcp_disconnect()
4222 info->tcpi_rehash = tp->plb_rehash + tp->timeout_rehash; in tcp_get_info()
4341 nla_put_u32(stats, TCP_NLA_REHASH, tp->plb_rehash + tp->timeout_rehash); in tcp_get_timestamping_opt_stats()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst150 u32 plb_rehash
/linux-6.15/include/linux/
H A Dtcp.h476 u32 plb_rehash; /* PLB-triggered rehash attempts */ member