Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_recovery.c124 timeout = usecs_to_jiffies(timeout) + TCP_TIMEOUT_MIN; in tcp_rack_mark_lost()
Dtcp_output.c2428 timeout += TCP_TIMEOUT_MIN; in tcp_schedule_loss_probe()
/Linux-v4.19/include/net/
Dtcp.h140 #define TCP_TIMEOUT_MIN (2U) /* Min timeout for TCP timers in jiffies */ macro