Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst142 u16 timeout_rehash
/linux/include/linux/
A Dtcp.h463 u16 timeout_rehash; /* Timeout-triggered rehash attempts */ member
/linux/net/ipv4/
A Dtcp_timer.c299 tp->timeout_rehash++; in tcp_write_timeout()
A Dtcp.c4174 info->tcpi_rehash = tp->plb_rehash + tp->timeout_rehash; in tcp_get_info()
4284 nla_put_u16(stats, TCP_NLA_TIMEOUT_REHASH, tp->timeout_rehash); in tcp_get_timestamping_opt_stats()
4293 nla_put_u32(stats, TCP_NLA_REHASH, tp->plb_rehash + tp->timeout_rehash); in tcp_get_timestamping_opt_stats()

Completed in 19 milliseconds