Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c3527 else if (val > TCP_FIN_TIMEOUT_MAX / HZ) in do_tcp_setsockopt()
3528 WRITE_ONCE(tp->linger2, TCP_FIN_TIMEOUT_MAX); in do_tcp_setsockopt()
/openbmc/linux/include/net/
H A Dtcp.h132 #define TCP_FIN_TIMEOUT_MAX (120 * HZ) /* max TCP_LINGER2 value (two minutes) */ macro