Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cong.c352 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, in tcp_set_congestion_control() function
H A Dtcp.c3137 err = tcp_set_congestion_control(sk, name, true, in do_tcp_setsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1113 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load,
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4817 ret = tcp_set_congestion_control(sk, name, false, true); in _bpf_setsockopt()