Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1488 int fin_timeout = tcp_sk(sk)->linger2 ? : in tcp_fin_time() local
1492 if (fin_timeout < (rto << 2) - (rto >> 1)) in tcp_fin_time()
1493 fin_timeout = (rto << 2) - (rto >> 1); in tcp_fin_time()
1495 return fin_timeout; in tcp_fin_time()