Searched refs:tcp_set_congestion_control (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_cong.c | 335 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit) in tcp_set_congestion_control() function
|
D | tcp.c | 2732 err = tcp_set_congestion_control(sk, name, true, true); in do_tcp_setsockopt()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 1055 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit);
|
/Linux-v4.19/net/core/ |
D | filter.c | 3991 ret = tcp_set_congestion_control(sk, name, false, in BPF_CALL_5()
|