Searched refs:TE_ECN_ON (Results 1 – 3 of 3) sorted by relevance
438 #define TE_ECN_ON (TE_SETUPSENT | TE_SETUPRECEIVED) /* Indicate ECN was successfully … macro752 (((_tp_)->ecn_flags & (TE_ECN_ON)) == (TE_ECN_ON))
1772 ti->tcpi_ecn_success = (tp->ecn_flags & TE_ECN_ON) == TE_ECN_ON ? 1 : 0; in tcp_fill_info()
4428 ((_flags_ & (TE_ECN_ON)) == (TE_ECN_ON))