Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cong.c54 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key() function
84 if (ca->key == TCP_CA_UNSPEC || tcp_ca_find_key(ca->key)) { in tcp_register_congestion_control()
146 ca = tcp_ca_find_key(key); in tcp_ca_get_name_by_key()
H A Dtcp_minisocks.c416 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
H A Dtcp_output.c3642 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1124 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);