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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp_ecn.h8 #define TCP_ECN_OK 1 macro
15 if (tp->ecn_flags&TCP_ECN_OK)
26 if (!(tp->ecn_flags&TCP_ECN_OK))
36 tp->ecn_flags = TCP_ECN_OK;
50 if (tp->ecn_flags & TCP_ECN_OK) {
86 if (tp->ecn_flags&TCP_ECN_OK) {
100 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || th->cwr))
101 tp->ecn_flags &= ~TCP_ECN_OK;
107 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || !th->cwr))
108 tp->ecn_flags &= ~TCP_ECN_OK;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp_ecn.h8 #define TCP_ECN_OK 1 macro
15 if (tp->ecn_flags&TCP_ECN_OK)
26 if (!(tp->ecn_flags&TCP_ECN_OK))
36 tp->ecn_flags = TCP_ECN_OK;
50 if (tp->ecn_flags & TCP_ECN_OK) {
86 if (tp->ecn_flags&TCP_ECN_OK) {
100 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || th->cwr))
101 tp->ecn_flags &= ~TCP_ECN_OK;
107 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || !th->cwr))
108 tp->ecn_flags &= ~TCP_ECN_OK;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_diag.c159 if (tp->ecn_flags&TCP_ECN_OK)
H A Dtcp.c2477 if (tp->ecn_flags&TCP_ECN_OK)

Completed in 39 milliseconds