Searched refs:dctcp (Results 1 – 10 of 10) sorted by relevance
49 struct dctcp { struct81 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca) in dctcp_reset()96 struct dctcp *ca = inet_csk_ca(sk); in dctcp_init()120 struct dctcp *ca = inet_csk_ca(sk); in dctcp_ssthresh()130 struct dctcp *ca = inet_csk_ca(sk); in dctcp_update_alpha()176 struct dctcp *ca = inet_csk_ca(sk); in dctcp_react_to_loss()195 struct dctcp *ca = inet_csk_ca(sk); in dctcp_cwnd_event()218 const struct dctcp *ca = inet_csk_ca(sk); in dctcp_get_info()226 memset(&info->dctcp, 0, sizeof(info->dctcp)); in dctcp_get_info()228 info->dctcp.dctcp_enabled = 1; in dctcp_get_info()[all …]
648 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf740 default "dctcp" if DEFAULT_DCTCP
13 sysctl -w net.ipv4.tcp_congestion_control=dctcp36 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf48 http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
157 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()200 bpf_map__set_autoattach(dctcp_skel->maps.dctcp, true); in test_dctcp_autoattach_map()207 link = dctcp_skel->links.dctcp; in test_dctcp_autoattach_map()264 struct cb_opts dctcp = { in test_dctcp_fallback() local269 .cb_opts = &dctcp, in test_dctcp_fallback()288 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in serial_test_bpf_iter_setsockopt()
21 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
236 struct tcp_dctcp_info dctcp; member
75 * dctcp
78 100: dctcp tcp_congestion_ops
248 struct tcp_congestion_ops dctcp = {254 struct tcp_congestion_ops dctcp = { global() variable