Home
last modified time | relevance | path

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

/linux-6.15/samples/bpf/
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.15/tools/testing/selftests/net/netfilter/packetdrill/
Dcommon.sh17 sysctl -q net.ipv4.tcp_congestion_control=cubic
/linux-6.15/net/ipv4/
Dtcp_cong.c222 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_assign_congestion_control()
297 prev = xchg(&net->ipv4.tcp_congestion_control, ca); in tcp_set_default_congestion_control()
341 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_get_default_congestion_control()
Dtcp_ipv4.c3413 if (net->ipv4.tcp_congestion_control)
3414 bpf_module_put(net->ipv4.tcp_congestion_control,
3415 net->ipv4.tcp_congestion_control->owner);
3536 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,
3537 init_net.ipv4.tcp_congestion_control->owner))
3538 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control;
3540 net->ipv4.tcp_congestion_control = &tcp_reno;
Dsysctl_net_ipv4.c219 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()
946 .data = &init_net.ipv4.tcp_congestion_control,
/linux-6.15/tools/testing/selftests/net/packetdrill/
Ddefaults.sh36 sysctl -q net.ipv4.tcp_congestion_control=cubic
/linux-6.15/Documentation/networking/
Ddctcp.rst13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
Dip-sysctl.rst352 Default is "reno" and the default setting (tcp_congestion_control).
398 tcp_congestion_control - STRING
/linux-6.15/include/net/netns/
Dipv4.h215 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member
/linux-6.15/Documentation/networking/net_cachelines/
Dnetns_ipv4_sysctl.rst125 struct_tcp_congestion_ops tcp_congestion_control