Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dtcp_cong.c66 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key() function
96 if (ca->key == TCP_CA_UNSPEC || tcp_ca_find_key(ca->key)) { in tcp_register_congestion_control()
157 ca = tcp_ca_find_key(key); in tcp_ca_get_name_by_key()
Dtcp_minisocks.c409 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
Dtcp_output.c3636 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()
/linux-5.19.10/include/net/
Dtcp.h1127 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);