Searched refs:TCP_ECN_OK (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_minisocks.c370 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0;
H A Dtcp_input.c209 if (tp->ecn_flags & TCP_ECN_OK)
226 if (tp->ecn_flags & TCP_ECN_OK) {
239 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr))
240 tp->ecn_flags &= ~TCP_ECN_OK;
245 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr))
246 tp->ecn_flags &= ~TCP_ECN_OK;
251 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK))
H A Dtcp_output.c301 if (!(tp->ecn_flags & TCP_ECN_OK))
313 tp->ecn_flags = TCP_ECN_OK;
332 if (tp->ecn_flags & TCP_ECN_OK) {
H A Dtcp.c2461 if (tp->ecn_flags&TCP_ECN_OK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h351 #define TCP_ECN_OK 1 macro

Completed in 124 milliseconds