Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_cong.c25 struct tcp_congestion_ops *tcp_ca_find(const char *name) in tcp_ca_find() function
52 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()
59 ca = tcp_ca_find(name); in tcp_ca_find_autoload()
332 ca = tcp_ca_find(name); in tcp_set_allowed_congestion_control()
345 ca = tcp_ca_find(name); in tcp_set_allowed_congestion_control()
374 ca = tcp_ca_find(name); in tcp_set_congestion_control()
Dbpf_tcp_ca.c241 if (tcp_ca_find(utcp_ca->name)) in bpf_tcp_ca_init_member()
/linux-6.1.9/include/net/
Dtcp.h1139 struct tcp_congestion_ops *tcp_ca_find(const char *name);