Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_output.c375 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()
376 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
Dtcp_input.c245 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()
/Linux-v4.19/include/net/
Dtcp.h363 #define TCP_ECN_QUEUE_CWR 2 macro