Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtcp_metrics.h16 TCP_METRIC_RTTVAR, /* in ms units */ enumerator
/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c111 val |= 1 << TCP_METRIC_RTTVAR; in tcpm_suck_dst()
125 tcp_metric_set(tm, TCP_METRIC_RTTVAR, msval * USEC_PER_MSEC); in tcpm_suck_dst()
386 if (!tcp_metric_locked(tm, TCP_METRIC_RTTVAR)) { in tcp_update_metrics()
397 var = tcp_metric_get(tm, TCP_METRIC_RTTVAR); in tcp_update_metrics()
403 tcp_metric_set(tm, TCP_METRIC_RTTVAR, var); in tcp_update_metrics()
690 if (i == TCP_METRIC_RTTVAR) { in tcp_metrics_fill_info()