Home
last modified time | relevance | path

Searched refs:tcp_set_congestion_control (Results 1 – 4 of 4) sorted by relevance

/linux-5.10/net/ipv4/
Dtcp_cong.c348 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, in tcp_set_congestion_control() function
Dtcp.c3052 err = tcp_set_congestion_control(sk, name, true, in do_tcp_setsockopt()
/linux-5.10/include/net/
Dtcp.h1106 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load,
/linux-5.10/net/core/
Dfilter.c4836 ret = tcp_set_congestion_control(sk, name, false, true); in _bpf_setsockopt()