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.c4152 ack_ev_flags |= CA_ACK_SLOWPATH; in tcp_in_ack_event()
/linux/include/net/
H A Dtcp.h1212 CA_ACK_SLOWPATH = (1 << 0), /* In slow path processing */ enumerator