Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_westwood.c226 if (ack_flags & CA_ACK_SLOWPATH) { in tcp_westwood_ack()
Dtcp_input.c3646 u32 ack_ev_flags = CA_ACK_SLOWPATH; in tcp_ack()
/Linux-v4.19/include/net/
Dtcp.h953 CA_ACK_SLOWPATH = (1 << 0), /* In slow path processing */ enumerator