Searched refs:tcp_set_congestion_control (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_cong.c | 336 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load,  in tcp_set_congestion_control()  function
 | 
| D | tcp.c | 2812 		err = tcp_set_congestion_control(sk, name, true, true,  in do_tcp_setsockopt()
 | 
| /Linux-v5.4/include/net/ | 
| D | tcp.h | 1077 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load,
 | 
| /Linux-v5.4/net/core/ | 
| D | filter.c | 4344 			ret = tcp_set_congestion_control(sk, name, false,  in BPF_CALL_5()
 |