Home
last modified time | relevance | path

Searched refs:CA_ACK_SLOWPATH (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_westwood.c227 if (ack_flags & CA_ACK_SLOWPATH) { in tcp_westwood_ack()
H A Dtcp_input.c3891 ack_ev_flags |= CA_ACK_SLOWPATH; in tcp_in_ack_event()
/linux-6.15/include/net/
H A Dtcp.h1165 CA_ACK_SLOWPATH = (1 << 0), /* In slow path processing */ enumerator