Home
last modified time | relevance | path

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

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