Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Ddo_hbm_test.sh218 cur_cc=`sysctl -n net.ipv4.tcp_congestion_control`
220 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cc
394 sysctl -w -q -n net.ipv4.tcp_congestion_control=$cur_cc
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cong.c164 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_assign_congestion_control()
238 prev = xchg(&net->ipv4.tcp_congestion_control, ca); in tcp_set_default_congestion_control()
282 ca = rcu_dereference(net->ipv4.tcp_congestion_control); in tcp_get_default_congestion_control()
H A Dtcp_ipv4.c2833 if (net->ipv4.tcp_congestion_control) in tcp_sk_exit()
2834 bpf_module_put(net->ipv4.tcp_congestion_control, in tcp_sk_exit()
2835 net->ipv4.tcp_congestion_control->owner); in tcp_sk_exit()
2943 bpf_try_module_get(init_net.ipv4.tcp_congestion_control, in tcp_sk_init()
2944 init_net.ipv4.tcp_congestion_control->owner)) in tcp_sk_init()
2945 net->ipv4.tcp_congestion_control = init_net.ipv4.tcp_congestion_control; in tcp_sk_init()
2947 net->ipv4.tcp_congestion_control = &tcp_reno; in tcp_sk_init()
H A Dsysctl_net_ipv4.c224 ipv4.tcp_congestion_control); in proc_tcp_congestion_control()
825 .data = &init_net.ipv4.tcp_congestion_control,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddctcp.rst13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
H A Dip-sysctl.rst269 Default is "reno" and the default setting (tcp_congestion_control).
313 tcp_congestion_control - STRING
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h181 const struct tcp_congestion_ops __rcu *tcp_congestion_control; member