HomeSort by relevance Sort by last modified time
    Searched refs:TCP_METRIC_MAX (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
tcp_metrics.h 34 #define TCP_METRIC_MAX (__TCP_METRIC_MAX - 1)
  /external/iproute2/include/uapi/linux/
tcp_metrics.h 28 #define TCP_METRIC_MAX (__TCP_METRIC_MAX - 1)
  /external/kernel-headers/original/uapi/linux/
tcp_metrics.h 28 #define TCP_METRIC_MAX (__TCP_METRIC_MAX - 1)
  /external/iproute2/ip/
tcp_metrics.c 62 static char *metric_name[TCP_METRIC_MAX + 1] = {
215 struct rtattr *m[TCP_METRIC_MAX + 1 + 1];
218 parse_rtattr_nested(m, TCP_METRIC_MAX + 1, a);
220 for (i = 0; i < TCP_METRIC_MAX + 1; i++) {

Completed in 790 milliseconds