/external/strace/tests/ |
nlattr_inet_diag_msg.c | 113 static const struct tcpvegas_info vegas = { local 158 INET_DIAG_VEGASINFO, pattern, vegas, 159 PRINT_FIELD_U("{", vegas, tcpv_enabled); 160 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); 161 PRINT_FIELD_U(", ", vegas, tcpv_rtt); 162 PRINT_FIELD_U(", ", vegas, tcpv_minrtt);
|
/external/strace/tests-m32/ |
nlattr_inet_diag_msg.c | 113 static const struct tcpvegas_info vegas = { local 158 INET_DIAG_VEGASINFO, pattern, vegas, 159 PRINT_FIELD_U("{", vegas, tcpv_enabled); 160 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); 161 PRINT_FIELD_U(", ", vegas, tcpv_rtt); 162 PRINT_FIELD_U(", ", vegas, tcpv_minrtt);
|
/external/strace/tests-mx32/ |
nlattr_inet_diag_msg.c | 113 static const struct tcpvegas_info vegas = { local 158 INET_DIAG_VEGASINFO, pattern, vegas, 159 PRINT_FIELD_U("{", vegas, tcpv_enabled); 160 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); 161 PRINT_FIELD_U(", ", vegas, tcpv_rtt); 162 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 | 156 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 | 201 struct tcpvegas_info vegas; member in union:tcp_cc_info
|