Searched refs:TCP_ECN_ENABLED (Results 1 – 5 of 5) sorted by relevance
1374 if (TCP_ECN_ENABLED(tp) && (th->th_flags & TH_ECE)) { in tcp_detect_bad_rexmt()2767 TCP_ECN_ENABLED(tp) && tlen > 0 && in tcp_input()2793 !TCP_ECN_ENABLED(tp) && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()2799 if (tp->t_state == TCPS_ESTABLISHED && TCP_ECN_ENABLED(tp) && in tcp_input()3438 if (TCP_ECN_ENABLED(tp)) { in tcp_input()3755 if (TCP_ECN_ENABLED(tp) && in tcp_input()3838 if (TCP_ECN_ENABLED(tp) && in tcp_input()4454 if (TCP_ECN_ENABLED(tp)) { in tcp_input()4635 if (TCP_ECN_ENABLED(tp)) { in tcp_input()4828 if ((thflags & TH_ECE) != 0 && TCP_ECN_ENABLED(tp) && in tcp_input()
1109 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()1121 if (TCP_ECN_ENABLED(tp) && in tcp_timers()1394 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()1840 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()
384 if (TCP_ECN_ENABLED(tp)) { in tcp_sack_detect_reordering()
1679 if (TCP_ECN_ENABLED(tp)) { in tcp_fill_info()1940 if (TCP_ECN_ENABLED(tp)) { in tcp_connection_fill_info()
751 #define TCP_ECN_ENABLED(_tp_) \ macro