Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dnlattr_inet_diag_msg.c117 static const struct tcpvegas_info vegas = { in main() local
125 INET_DIAG_VEGASINFO, pattern, vegas, in main()
126 PRINT_FIELD_U("{", vegas, tcpv_enabled); in main()
127 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in main()
128 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in main()
129 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in main()
/external/strace/tests/
Dnlattr_inet_diag_msg.c117 static const struct tcpvegas_info vegas = { in main() local
125 INET_DIAG_VEGASINFO, pattern, vegas, in main()
126 PRINT_FIELD_U("{", vegas, tcpv_enabled); in main()
127 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in main()
128 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in main()
129 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in main()
/external/strace/tests-mx32/
Dnlattr_inet_diag_msg.c117 static const struct tcpvegas_info vegas = { in main() local
125 INET_DIAG_VEGASINFO, pattern, vegas, in main()
126 PRINT_FIELD_U("{", vegas, tcpv_enabled); in main()
127 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in main()
128 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in main()
129 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in main()
/external/strace/
Dnetlink_sock_diag.c635 struct tcpvegas_info vegas; in decode_tcpvegas_info() local
637 if (len < sizeof(vegas)) in decode_tcpvegas_info()
639 if (umove_or_printaddr(tcp, addr, &vegas)) in decode_tcpvegas_info()
642 PRINT_FIELD_U("{", vegas, tcpv_enabled); in decode_tcpvegas_info()
643 PRINT_FIELD_U(", ", vegas, tcpv_rttcnt); in decode_tcpvegas_info()
644 PRINT_FIELD_U(", ", vegas, tcpv_rtt); in decode_tcpvegas_info()
645 PRINT_FIELD_U(", ", vegas, tcpv_minrtt); in decode_tcpvegas_info()
/external/iproute2/include/linux/
Dinet_diag.h161 struct tcpvegas_info vegas; member
/external/kernel-headers/original/uapi/linux/
Dinet_diag.h190 struct tcpvegas_info vegas; member