Home
last modified time | relevance | path

Searched refs:ca_key (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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.c3658 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init() local
3660 if (ca_key == TCP_CA_UNSPEC) in tcp_ca_dst_init()
3664 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_minisocks.c435 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child() local
438 if (ca_key != TCP_CA_UNSPEC) { in tcp_ca_openreq_child()
442 ca = tcp_ca_find_key(ca_key); in tcp_ca_openreq_child()
H A Dtcp_output.c3748 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init() local
3750 if (ca_key == TCP_CA_UNSPEC) in tcp_ca_dst_init()
3754 ca = tcp_ca_find_key(ca_key); in tcp_ca_dst_init()

Completed in 23 milliseconds