Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_output.c337 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in TCP_ECN_send()
338 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in TCP_ECN_send()
Dtcp_input.c211 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in TCP_ECN_queue_cwr()
/linux-3.4.99/include/net/
Dtcp.h366 #define TCP_ECN_QUEUE_CWR 2 macro