Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_timer.c226 tp->timeout_rehash++; in tcp_write_timeout()
240 tp->timeout_rehash++; in tcp_write_timeout()
Dtcp.c3565 nla_put_u16(stats, TCP_NLA_TIMEOUT_REHASH, tp->timeout_rehash); in tcp_get_timestamping_opt_stats()
/Linux-v5.10/include/linux/
Dtcp.h366 u16 timeout_rehash; /* Timeout-triggered rehash attempts */ member