Home
last modified time | relevance | path

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

/linux/samples/bpf/
H 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/tools/testing/selftests/net/netfilter/packetdrill/
H A Dcommon.sh17 sysctl -q net.ipv4.tcp_congestion_control=cubic
/linux/tools/testing/selftests/net/packetdrill/
H A Ddefaults.sh36 sysctl -q net.ipv4.tcp_congestion_control=cubic
/linux/Documentation/networking/
H A Ddctcp.rst13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
H A Dip-sysctl.rst352 Default is "reno" and the default setting (tcp_congestion_control).
398 tcp_congestion_control - STRING
/linux/net/ipv4/
H A Dtcp_ipv4.c3402 if (net->ipv4.tcp_congestion_control)
3403 bpf_module_put(net->ipv4.tcp_congestion_control,
3404 net->ipv4.tcp_congestion_control->owner);
3525 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,
3526 init_net.ipv4.tcp_congestion_control->owner))
3527 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control;
3529 net->ipv4.tcp_congestion_control = &tcp_reno;