Home
last modified time | relevance | path

Searched refs:vegas (Results 1 – 6 of 6) sorted by relevance

/external/strace/tests/
Dnlattr_inet_diag_msg.c112 static const struct tcpvegas_info vegas = { in main() local
120 INET_DIAG_VEGASINFO, pattern, vegas, in main()
121 PRINT_FIELD_U("{", vegas, tcpv_enabled); in main()
122 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in main()
123 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in main()
124 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in main()
/external/strace/tests-m32/
Dnlattr_inet_diag_msg.c112 static const struct tcpvegas_info vegas = { in main() local
120 INET_DIAG_VEGASINFO, pattern, vegas, in main()
121 PRINT_FIELD_U("{", vegas, tcpv_enabled); in main()
122 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in main()
123 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in main()
124 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in main()
/external/strace/tests-mx32/
Dnlattr_inet_diag_msg.c112 static const struct tcpvegas_info vegas = { in main() local
120 INET_DIAG_VEGASINFO, pattern, vegas, in main()
121 PRINT_FIELD_U("{", vegas, tcpv_enabled); in main()
122 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in main()
123 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in main()
124 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in main()
/external/strace/
Dnetlink_inet_diag.c311 struct tcpvegas_info vegas; in decode_tcpvegas_info() local
313 if (len < sizeof(vegas)) in decode_tcpvegas_info()
315 if (umove_or_printaddr(tcp, addr, &vegas)) in decode_tcpvegas_info()
318 PRINT_FIELD_U("{", vegas, tcpv_enabled); in decode_tcpvegas_info()
319 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in decode_tcpvegas_info()
320 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in decode_tcpvegas_info()
321 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in decode_tcpvegas_info()
/external/iproute2/include/uapi/linux/
Dinet_diag.h193 struct tcpvegas_info vegas; member
/external/kernel-headers/original/uapi/linux/
Dinet_diag.h193 struct tcpvegas_info vegas; member