Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_minisocks.c402 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child() local
405 if (ca_key != TCP_CA_UNSPEC) { in tcp_ca_openreq_child()
409 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
A Dtcp_output.c3608 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init() local
3610 if (ca_key == TCP_CA_UNSPEC) in tcp_ca_dst_init()
3614 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()

Completed in 10 milliseconds