Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c409 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child() local
412 if (ca_key != TCP_CA_UNSPEC) { in tcp_ca_openreq_child()
416 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
H A Dtcp_output.c3636 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init() local
3638 if (ca_key == TCP_CA_UNSPEC) in tcp_ca_dst_init()
3642 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()