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

  /external/strace/tests/
nlattr_inet_diag_msg.c 112 static const struct tcpvegas_info vegas = { local
120 INET_DIAG_VEGASINFO, pattern, vegas,
121 PRINT_FIELD_U("{", vegas, tcpv_enabled);
122 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt);
123 PRINT_FIELD_U(", ", vegas, tcpv_rtt);
124 PRINT_FIELD_U(", ", vegas, tcpv_minrtt);
  /external/strace/tests-m32/
nlattr_inet_diag_msg.c 112 static const struct tcpvegas_info vegas = { local
120 INET_DIAG_VEGASINFO, pattern, vegas,
121 PRINT_FIELD_U("{", vegas, tcpv_enabled);
122 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt);
123 PRINT_FIELD_U(", ", vegas, tcpv_rtt);
124 PRINT_FIELD_U(", ", vegas, tcpv_minrtt);
  /external/strace/tests-mx32/
nlattr_inet_diag_msg.c 112 static const struct tcpvegas_info vegas = { local
120 INET_DIAG_VEGASINFO, pattern, vegas,
121 PRINT_FIELD_U("{", vegas, tcpv_enabled);
122 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt);
123 PRINT_FIELD_U(", ", vegas, tcpv_rtt);
124 PRINT_FIELD_U(", ", vegas, tcpv_minrtt);
  /external/strace/
netlink_inet_diag.c 311 struct tcpvegas_info vegas; local
313 if (len < sizeof(vegas))
315 if (umove_or_printaddr(tcp, addr, &vegas))
318 PRINT_FIELD_U("{", vegas, tcpv_enabled);
319 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt);
320 PRINT_FIELD_U(", ", vegas, tcpv_rtt);
321 PRINT_FIELD_U(", ", vegas, tcpv_minrtt);
  /bionic/libc/kernel/uapi/linux/
inet_diag.h 154 struct tcpvegas_info vegas; member in union:tcp_cc_info
  /external/iproute2/include/uapi/linux/
inet_diag.h 193 struct tcpvegas_info vegas; member in union:tcp_cc_info
  /external/kernel-headers/original/uapi/linux/
inet_diag.h 193 struct tcpvegas_info vegas; member in union:tcp_cc_info

Completed in 545 milliseconds