Searched refs:TCP_METRIC_RTT (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dtcp_metrics.h15 TCP_METRIC_RTT, /* in ms units */ enumerator in enum:tcp_metric_index
/linux-master/net/ipv4/
H A Dtcp_metrics.c109 val |= 1 << TCP_METRIC_RTT;
122 tcp_metric_set(tm, TCP_METRIC_RTT, msval * USEC_PER_MSEC);
362 if (tm && !tcp_metric_locked(tm, TCP_METRIC_RTT))
363 tcp_metric_set(tm, TCP_METRIC_RTT, 0);
371 rtt = tcp_metric_get(tm, TCP_METRIC_RTT);
378 if (!tcp_metric_locked(tm, TCP_METRIC_RTT)) {
383 tcp_metric_set(tm, TCP_METRIC_RTT, rtt);
501 crtt = tcp_metric_get(tm, TCP_METRIC_RTT);
552 if (tm && tcp_metric_get(tm, TCP_METRIC_RTT))
682 if (i == TCP_METRIC_RTT) {
[all...]

Completed in 102 milliseconds