Searched refs:vegas (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests/ |
D | nlattr_inet_diag_msg.c | 112 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/ |
D | nlattr_inet_diag_msg.c | 112 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/ |
D | nlattr_inet_diag_msg.c | 112 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/ |
D | netlink_inet_diag.c | 311 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/ |
D | inet_diag.h | 193 struct tcpvegas_info vegas; member
|
/external/kernel-headers/original/uapi/linux/ |
D | inet_diag.h | 193 struct tcpvegas_info vegas; member
|