Searched refs:TCP_L4S_ENABLED (Results 1 – 5 of 5) sorted by relevance
531 if (TCP_L4S_ENABLED(tp)) { in tcp_set_ecn()542 if (!tcp_heuristic_do_ecn(tp) && !TCP_L4S_ENABLED(tp)) { in tcp_set_ecn()557 if ((tp->iss % 100) >= tcp_ecn_setup_percentage && !TCP_L4S_ENABLED(tp)) { in tcp_set_ecn()2062 (TCP_L4S_ENABLED(tp) && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK) && in tcp_output()2135 if (TCP_L4S_ENABLED(tp) && (tp->ecn_flags & TE_ACE_SETUPRECEIVED)) { in tcp_output()2194 if (TCP_L4S_ENABLED(tp)) { in tcp_output()2235 if (!TCP_L4S_ENABLED(tp)) { in tcp_output()2246 if (TCP_L4S_ENABLED(tp)) { in tcp_output()2675 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_output()2701 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_output()
1832 if (TCP_L4S_ENABLED(tp)) { in tcp_input_process_accecn_syn()1867 if (TCP_L4S_ENABLED(tp)) { in tcp_input_process_accecn_syn()2969 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_input()3254 if (!TCP_L4S_ENABLED(tp)) { in tcp_input()3790 } else if (TCP_L4S_ENABLED(tp) && ace_flags != 0 && in tcp_input()3807 if (TCP_L4S_ENABLED(tp)) { in tcp_input()7425 if (TCP_L4S_ENABLED(tp)) { in tcp_set_foreground_cc()
964 #define TCP_L4S_ENABLED(_tp_) \ macro971 (TCP_L4S_ENABLED(_tp_) && \
1929 ti->tcpi_l4s_enabled = TCP_L4S_ENABLED(tp); in tcp_fill_info()
1165 if (TCP_L4S_ENABLED(tp)) { in tcp_newtcpcb()