Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c412 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child() local
415 if (ca_key != TCP_CA_UNSPEC) { in tcp_ca_openreq_child()
419 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
Dtcp_output.c3043 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init() local
3045 if (ca_key == TCP_CA_UNSPEC) in tcp_ca_dst_init()
3049 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()