Searched refs:tcp_congestion_control (Results 1 – 7 of 7) sorted by relevance
229 cur_cc=`sysctl -n net.ipv4.tcp_congestion_control`231 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cc405 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cur_cc
17 sysctl -q net.ipv4.tcp_congestion_control=cubic
36 sysctl -q net.ipv4.tcp_congestion_control=cubic
13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
236 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member
3390 if (net->ipv4.tcp_congestion_control)3391 bpf_module_put(net->ipv4.tcp_congestion_control,3392 net->ipv4.tcp_congestion_control->owner);3517 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,3518 init_net.ipv4.tcp_congestion_control->owner))3519 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control;3521 net->ipv4.tcp_congestion_control = &tcp_reno;
222 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()984 .data = &init_net.ipv4.tcp_congestion_control,