Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_recovery.c107 timeout = usecs_to_jiffies(timeout + TCP_TIMEOUT_MIN_US); in tcp_rack_mark_lost()
H A Dtcp_output.c2908 timeout_us += TCP_TIMEOUT_MIN_US; in tcp_schedule_loss_probe()
/linux-6.15/include/net/
H A Dtcp.h153 #define TCP_TIMEOUT_MIN_US (2*USEC_PER_MSEC) /* Min TCP timeout in microsecs */ macro