Searched refs:tcp_congestion_control (Results 1 – 8 of 8) 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
226 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_assign_congestion_control()300 prev = xchg(&net->ipv4.tcp_congestion_control, ca); in tcp_set_default_congestion_control()344 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_get_default_congestion_control()
3361 if (net->ipv4.tcp_congestion_control)3362 bpf_module_put(net->ipv4.tcp_congestion_control,3363 net->ipv4.tcp_congestion_control->owner);3483 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,3484 init_net.ipv4.tcp_congestion_control->owner))3485 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control;3487 net->ipv4.tcp_congestion_control = &tcp_reno;
215 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()888 .data = &init_net.ipv4.tcp_congestion_control,
13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
338 Default is "reno" and the default setting (tcp_congestion_control).384 tcp_congestion_control - STRING
200 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member
122 struct_tcp_congestion_ops tcp_congestion_control - - …