Searched refs:tcp_set_congestion_control (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/net/ipv4/ |
D | tcp_cong.c | 348 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, in tcp_set_congestion_control() function
|
D | tcp.c | 3052 err = tcp_set_congestion_control(sk, name, true, in do_tcp_setsockopt()
|
/linux-5.10/include/net/ |
D | tcp.h | 1106 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load,
|
/linux-5.10/net/core/ |
D | filter.c | 4836 ret = tcp_set_congestion_control(sk, name, false, true); in _bpf_setsockopt()
|