Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_westwood.c227 if (ack_flags & CA_ACK_SLOWPATH) { in tcp_westwood_ack()
Dtcp_input.c3836 u32 ack_ev_flags = CA_ACK_SLOWPATH; in tcp_ack()
/linux-6.1.9/include/net/
Dtcp.h1011 CA_ACK_SLOWPATH = (1 << 0), /* In slow path processing */ enumerator