Home
last modified time | relevance | path

Searched refs:tcp_congestion_control (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_cong.c163 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_assign_congestion_control()
227 prev = xchg(&net->ipv4.tcp_congestion_control, ca); in tcp_set_default_congestion_control()
268 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_get_default_congestion_control()
Dtcp_ipv4.c2499 module_put(net->ipv4.tcp_congestion_control->owner); in tcp_sk_exit()
2603 try_module_get(init_net.ipv4.tcp_congestion_control->owner)) in tcp_sk_init()
2604 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control; in tcp_sk_init()
2606 net->ipv4.tcp_congestion_control = &tcp_reno; in tcp_sk_init()
Dsysctl_net_ipv4.c226 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()
787 .data = &init_net.ipv4.tcp_congestion_control,
/Linux-v4.19/Documentation/networking/
Ddctcp.txt10 sysctl -w net.ipv4.tcp_congestion_control=dctcp
Dtcp.txt55 value then you can set it using sysctl net.ipv4.tcp_congestion_control. The
Dip-sysctl.txt226 Default is "reno" and the default setting (tcp_congestion_control).
253 tcp_congestion_control - STRING
/Linux-v4.19/include/net/netns/
Dipv4.h169 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member