Searched refs:TE_ECN_ON (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c934 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON) {
1233 if ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON)
H A Dtcp_input.c1250 if ((tp->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON)
2295 ((tp->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON)) && tlen > 0 &&
3723 if ((tp->ecn_flags & TE_ECN_ON)
3724 == TE_ECN_ON)
3900 ((tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON)) {
H A Dtcp_var.h377 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully negotiated on a connection) */ macro

Completed in 96 milliseconds