Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Ddo_hbm_test.sh229 cur_cc=`sysctl -n net.ipv4.tcp_congestion_control`
231 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cc
405 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cur_cc
/linux-6.3-rc2/net/ipv4/
A Dtcp_cong.c174 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_assign_congestion_control()
248 prev = xchg(&net->ipv4.tcp_congestion_control, ca); in tcp_set_default_congestion_control()
292 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_get_default_congestion_control()
A Dtcp_ipv4.c3151 if (net->ipv4.tcp_congestion_control) in tcp_sk_exit()
3152 bpf_module_put(net->ipv4.tcp_congestion_control, in tcp_sk_exit()
3153 net->ipv4.tcp_congestion_control->owner); in tcp_sk_exit()
3272 bpf_try_module_get(init_net.ipv4.tcp_congestion_control, in tcp_sk_init()
3273 init_net.ipv4.tcp_congestion_control->owner)) in tcp_sk_init()
3274 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control; in tcp_sk_init()
3276 net->ipv4.tcp_congestion_control = &tcp_reno; in tcp_sk_init()
A Dsysctl_net_ipv4.c217 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()
890 .data = &init_net.ipv4.tcp_congestion_control,
/linux-6.3-rc2/Documentation/networking/
A Ddctcp.rst13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
A Dip-sysctl.rst337 Default is "reno" and the default setting (tcp_congestion_control).
381 tcp_congestion_control - STRING
/linux-6.3-rc2/include/net/netns/
A Dipv4.h180 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member

Completed in 20 milliseconds