Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_cong.c335 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit) in tcp_set_congestion_control() function
Dtcp.c2732 err = tcp_set_congestion_control(sk, name, true, true); in do_tcp_setsockopt()
/Linux-v4.19/include/net/
Dtcp.h1055 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit);
/Linux-v4.19/net/core/
Dfilter.c3991 ret = tcp_set_congestion_control(sk, name, false, in BPF_CALL_5()