Searched refs:dctcp (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_dctcp.c23 * http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf
49 struct dctcp { struct
70 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca)
85 struct dctcp *ca = inet_csk_ca(sk);
109 struct dctcp *ca = inet_csk_ca(sk);
119 struct dctcp *ca = inet_csk_ca(sk);
165 struct dctcp *ca = inet_csk_ca(sk);
184 struct dctcp *ca = inet_csk_ca(sk);
207 const struct dctcp *ca = inet_csk_ca(sk);
215 memset(&info->dctcp,
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c38 struct dctcp { struct
52 struct dctcp *ca)
64 struct dctcp *ca = inet_csk_ca(sk);
110 struct dctcp *ca = inet_csk_ca(sk);
121 struct dctcp *ca = inet_csk_ca(sk);
149 struct dctcp *ca = inet_csk_ca(sk);
207 struct dctcp *ca = inet_csk_ca(sk);
226 const struct dctcp *ca = inet_csk_ca(sk);
248 struct tcp_congestion_ops dctcp = { variable in typeref:struct:tcp_congestion_ops
/linux-master/include/uapi/linux/
H A Dinet_diag.h236 struct tcp_dctcp_info dctcp; member in union:tcp_cc_info
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt.c155 /* Check reuseport listen fds for dctcp */
158 "check reuse_listen_fds dctcp");
160 /* Check non reuseport listen fd for dctcp */
162 "check listen_fd dctcp");
164 /* Check established fds for dctcp */
166 "check est_fds dctcp");
168 /* Check accepted fds for dctcp */
170 "check accepted_fds dctcp");
213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp);
H A Dbpf_tcp_ca.c201 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp);
274 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp);
275 if (!ASSERT_OK_PTR(link, "dctcp link"))
534 if (test__start_subtest("dctcp"))
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh21 echo " [-S|--stats] -t=<time>|--time=<time>] [-w] [cubic|dctcp]"
26 echo " -c or -cc TCP congestion control (cubic or dctcp)"
32 echo " -E enable ECN (not required for dctcp)"
63 echo " cubic or dctcp specify which TCP CC to use"
193 dctcp)
194 cc=dctcp

Completed in 151 milliseconds