Home
last modified time | relevance | path

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

/linux/net/ipv4/ !
H A Dtcp_cong.c26 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()
382 ca = tcp_ca_find(name); in tcp_set_allowed_congestion_control()
395 ca = tcp_ca_find(name); in tcp_set_allowed_congestion_control()
424 ca = tcp_ca_find(name); in tcp_set_congestion_control()
/linux/include/net/ !
H A Dtcp.h1360 struct tcp_congestion_ops *tcp_ca_find(const char *name);