Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h490 RTAX_RTO_MIN, enumerator
491 #define RTAX_RTO_MIN RTAX_RTO_MIN macro
/openbmc/linux/Documentation/networking/
H A Ddccp.rst202 CCID-2 supports the RTAX_RTO_MIN per-route setting for the minimum value
/openbmc/linux/include/net/
H A Dtcp.h752 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min()
753 rto_min = dst_metric_rtt(dst, RTAX_RTO_MIN); in tcp_rto_min()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c4018 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) { in tcp_delack_max()
4019 u32 rto_min = dst_metric_rtt(dst, RTAX_RTO_MIN); in tcp_delack_max()