Home
last modified time | relevance | path

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

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