Home
last modified time | relevance | path

Searched refs:TCP_ACC_ECN_ENABLED (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dtcp_output.c516 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()
527 if (!tcp_heuristic_do_ecn(tp) && !TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()
542 if ((tp->iss % 100) >= tcp_ecn_setup_percentage && !TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()
2020 (TCP_ACC_ECN_ENABLED(tp) && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK) && in tcp_output()
2093 if (TCP_ACC_ECN_ENABLED(tp) && (tp->ecn_flags & TE_ACE_SETUPRECEIVED)) { in tcp_output()
2193 if (!TCP_ACC_ECN_ENABLED(tp)) { in tcp_output()
2204 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_output()
H A Dtcp_var.h945 #define TCP_ACC_ECN_ENABLED(_tp_) \ macro
951 (TCP_ACC_ECN_ENABLED(_tp_) && \
H A Dtcp_input.c1830 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_input_process_accecn_syn()
1865 if (TCP_ACC_ECN_ENABLED(tp)) { in tcp_input_process_accecn_syn()
3745 } else if (TCP_ACC_ECN_ENABLED(tp) && ace_flags != 0 && in tcp_input()