Home
last modified time | relevance | path

Searched refs:fin_timeout (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1507 int fin_timeout = tcp_sk(sk)->linger2 ? : in tcp_fin_time() local
1511 if (fin_timeout < (rto << 2) - (rto >> 1)) in tcp_fin_time()
1512 fin_timeout = (rto << 2) - (rto >> 1); in tcp_fin_time()
1514 return fin_timeout; in tcp_fin_time()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1589 int fin_timeout = tcp_sk(sk)->linger2 ? : in tcp_fin_time() local
1593 if (fin_timeout < (rto << 2) - (rto >> 1)) in tcp_fin_time()
1594 fin_timeout = (rto << 2) - (rto >> 1); in tcp_fin_time()
1596 return fin_timeout; in tcp_fin_time()

Completed in 9 milliseconds