Home
last modified time | relevance | path

Searched refs:dctcp (Results 1 – 10 of 10) sorted by relevance

/external/strace/tests/
Dnlattr_inet_diag_msg.c119 static const struct tcp_dctcp_info dctcp = { in main() local
168 INET_DIAG_DCTCPINFO, pattern, dctcp, in main()
169 PRINT_FIELD_U("{", dctcp, dctcp_enabled); in main()
170 PRINT_FIELD_U(", ", dctcp, dctcp_ce_state); in main()
171 PRINT_FIELD_U(", ", dctcp, dctcp_alpha); in main()
172 PRINT_FIELD_U(", ", dctcp, dctcp_ab_ecn); in main()
173 PRINT_FIELD_U(", ", dctcp, dctcp_ab_tot); in main()
/external/strace/tests-mx32/
Dnlattr_inet_diag_msg.c119 static const struct tcp_dctcp_info dctcp = { in main() local
168 INET_DIAG_DCTCPINFO, pattern, dctcp, in main()
169 PRINT_FIELD_U("{", dctcp, dctcp_enabled); in main()
170 PRINT_FIELD_U(", ", dctcp, dctcp_ce_state); in main()
171 PRINT_FIELD_U(", ", dctcp, dctcp_alpha); in main()
172 PRINT_FIELD_U(", ", dctcp, dctcp_ab_ecn); in main()
173 PRINT_FIELD_U(", ", dctcp, dctcp_ab_tot); in main()
/external/strace/tests-m32/
Dnlattr_inet_diag_msg.c119 static const struct tcp_dctcp_info dctcp = { in main() local
168 INET_DIAG_DCTCPINFO, pattern, dctcp, in main()
169 PRINT_FIELD_U("{", dctcp, dctcp_enabled); in main()
170 PRINT_FIELD_U(", ", dctcp, dctcp_ce_state); in main()
171 PRINT_FIELD_U(", ", dctcp, dctcp_alpha); in main()
172 PRINT_FIELD_U(", ", dctcp, dctcp_ab_ecn); in main()
173 PRINT_FIELD_U(", ", dctcp, dctcp_ab_tot); in main()
/external/strace/
Dnetlink_inet_diag.c333 struct tcp_dctcp_info dctcp; in decode_tcp_dctcp_info() local
335 if (len < sizeof(dctcp)) in decode_tcp_dctcp_info()
337 if (umove_or_printaddr(tcp, addr, &dctcp)) in decode_tcp_dctcp_info()
340 PRINT_FIELD_U("{", dctcp, dctcp_enabled); in decode_tcp_dctcp_info()
341 PRINT_FIELD_U(", ", dctcp, dctcp_ce_state); in decode_tcp_dctcp_info()
342 PRINT_FIELD_U(", ", dctcp, dctcp_alpha); in decode_tcp_dctcp_info()
343 PRINT_FIELD_U(", ", dctcp, dctcp_ab_ecn); in decode_tcp_dctcp_info()
344 PRINT_FIELD_U(", ", dctcp, dctcp_ab_tot); in decode_tcp_dctcp_info()
/external/ltp/testcases/network/tcp_cc/
Ddctcp01.sh23 tcp_cc_check_support dctcp
36 tcp_cc_test01 dctcp 10
/external/iproute2/misc/
Dss.c745 struct dctcpstat *dctcp; member
1907 if (s->dctcp && s->dctcp->enabled) { in tcp_stats_print()
1908 struct dctcpstat *dctcp = s->dctcp; in tcp_stats_print() local
1911 dctcp->ce_state, dctcp->alpha, dctcp->ab_ecn, in tcp_stats_print()
1912 dctcp->ab_tot); in tcp_stats_print()
1913 } else if (s->dctcp) { in tcp_stats_print()
2247 struct dctcpstat *dctcp = malloc(sizeof(struct in tcp_show_info() local
2253 dctcp->enabled = !!dinfo->dctcp_enabled; in tcp_show_info()
2254 dctcp->ce_state = dinfo->dctcp_ce_state; in tcp_show_info()
2255 dctcp->alpha = dinfo->dctcp_alpha; in tcp_show_info()
[all …]
/external/iproute2/include/uapi/linux/
Dinet_diag.h194 struct tcp_dctcp_info dctcp; member
/external/kernel-headers/original/uapi/linux/
Dinet_diag.h202 struct tcp_dctcp_info dctcp; member
/external/syzkaller/sys/linux/
Dsocket_inet_tcp.txt91 …", "bic", "cdg", "dctcp", "westwood", "highspeed", "hybla", "htcp", "vegas", "nv", "veno", "scalab…
/external/syzkaller/sys/freebsd/
Dsocket_inet_tcp.txt54 tcp_congestion_control_alg_names = "cubic", "reno", "bic", "cdg", "dctcp", "westwood", "highspeed",…