Home
last modified time | relevance | path

Searched refs:tcp_ca_find (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_cong.c24 struct tcp_congestion_ops *tcp_ca_find(const char *name) in tcp_ca_find() function
40 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()
47 ca = tcp_ca_find(name); in tcp_ca_find_autoload()
322 ca = tcp_ca_find(name); in tcp_set_allowed_congestion_control()
335 ca = tcp_ca_find(name); in tcp_set_allowed_congestion_control()
364 ca = tcp_ca_find(name); in tcp_set_congestion_control()
Dbpf_tcp_ca.c209 if (tcp_ca_find(utcp_ca->name)) in bpf_tcp_ca_init_member()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1115 struct tcp_congestion_ops *tcp_ca_find(const char *name);