Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_cong.c53 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key() function
83 if (ca->key == TCP_CA_UNSPEC || tcp_ca_find_key(ca->key)) { in tcp_register_congestion_control()
145 ca = tcp_ca_find_key(key); in tcp_ca_get_name_by_key()
Dtcp_minisocks.c408 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
Dtcp_output.c3267 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()
/Linux-v4.19/include/net/
Dtcp.h1064 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);