Searched refs:TCP_ECN_SEEN (Results 1 – 4 of 4) sorted by relevance
61 #define TCP_ECN_SEEN 857 #define TCP_ECN_SEEN global() 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()
4275 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
432 #define TCP_ECN_SEEN BIT(3) macro