Home
last modified time | relevance | path

Searched refs:TCP_L4S_ENABLED (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c531 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()
H A Dtcp_input.c1832 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()
H A Dtcp_var.h964 #define TCP_L4S_ENABLED(_tp_) \ macro
971 (TCP_L4S_ENABLED(_tp_) && \
H A Dtcp_usrreq.c1929 ti->tcpi_l4s_enabled = TCP_L4S_ENABLED(tp); in tcp_fill_info()
H A Dtcp_subr.c1165 if (TCP_L4S_ENABLED(tp)) { in tcp_newtcpcb()