Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_recovery.c125 timeout = usecs_to_jiffies(timeout) + TCP_TIMEOUT_MIN; in tcp_rack_mark_lost()
Dtcp_output.c2507 timeout += TCP_TIMEOUT_MIN; in tcp_schedule_loss_probe()
/Linux-v5.4/include/net/
Dtcp.h139 #define TCP_TIMEOUT_MIN (2U) /* Min timeout for TCP timers in jiffies */ macro