Searched refs:tcp_ecn_mode_rfc3168 (Results 1 – 3 of 3) sorted by relevance
365 tcp_ecn_mode_rfc3168(tp)) { in tcp_data_ecn_check()374 if (!tcp_ecn_mode_rfc3168(tp)) in tcp_data_ecn_check()381 if (!tcp_ecn_mode_rfc3168(tp)) in tcp_data_ecn_check()487 if (tcp_ecn_mode_rfc3168(tp) && ece_ack) in tcp_count_delivered()4194 if (tcp_ecn_mode_rfc3168(tp)) in tcp_newly_delivered()
4348 else if (tcp_ecn_mode_rfc3168(tp)) in tcp_get_info()
442 static inline bool tcp_ecn_mode_rfc3168(const struct tcp_sock *tp) in tcp_ecn_mode_rfc3168() function