Searched refs:tcp_congestion_control (Results 1 – 7 of 7) sorted by relevance
218 cur_cc=`sysctl -n net.ipv4.tcp_congestion_control`220 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cc394 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cur_cc
164 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_assign_congestion_control()228 prev = xchg(&net->ipv4.tcp_congestion_control, ca); in tcp_set_default_congestion_control()269 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_get_default_congestion_control()
2623 if (net->ipv4.tcp_congestion_control) in tcp_sk_exit()2624 module_put(net->ipv4.tcp_congestion_control->owner); in tcp_sk_exit()2730 try_module_get(init_net.ipv4.tcp_congestion_control->owner)) in tcp_sk_init()2731 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control; in tcp_sk_init()2733 net->ipv4.tcp_congestion_control = &tcp_reno; in tcp_sk_init()
227 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()879 .data = &init_net.ipv4.tcp_congestion_control,
175 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member
10 sysctl -w net.ipv4.tcp_congestion_control=dctcp
232 Default is "reno" and the default setting (tcp_congestion_control).273 tcp_congestion_control - STRING