Searched refs:TCP_ECN_SEEN (Results 1 – 5 of 5) sorted by relevance
61 #define TCP_ECN_SEEN 8 macro
291 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_ecn_received_counters()
419 #define TCP_ECN_SEEN BIT(3) macro
357 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_data_ecn_check()376 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()383 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()
4303 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()