Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Ddctcp.rst13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
36 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf
48 http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
H A Dindex.rst48 dctcp
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c161 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
204 bpf_map__set_autoattach(dctcp_skel->maps.dctcp, true); in test_dctcp_autoattach_map()
211 link = dctcp_skel->links.dctcp; in test_dctcp_autoattach_map()
268 struct cb_opts dctcp = { in test_dctcp_fallback() local
273 .cb_opts = &dctcp, in test_dctcp_fallback()
292 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
H A Dbpf_iter_setsockopt.c213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in serial_test_bpf_iter_setsockopt()
/linux/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
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst74 * dctcp
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-struct_ops.rst78 100: dctcp tcp_congestion_ops
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c248 struct tcp_congestion_ops dctcp = {
254 struct tcp_congestion_ops dctcp = { global() variable
/linux/net/ipv4/
H A DKconfig647 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf
739 default "dctcp" if DEFAULT_DCTCP