Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1333 (TCP_ECN_ENABLED(tp) && (th->th_flags & TH_ECE))) { in tcp_detect_bad_rexmt()
3032 TCP_ECN_ENABLED(tp) && tlen > 0 && in tcp_input()
3059 !TCP_ECN_ENABLED(tp) && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3065 if (tp->t_state == TCPS_ESTABLISHED && TCP_ECN_ENABLED(tp) && in tcp_input()
3774 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
3854 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
4236 if ((TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) && in tcp_input()
4320 if ((TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) && in tcp_input()
5214 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_input()
5469 } else if (TCP_ECN_ENABLED(tp) && (thflags & TH_ECE)) { in tcp_input()
H A Dtcp_timer.c1121 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()
1133 if (TCP_ECN_ENABLED(tp) && in tcp_timers()
1423 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_timers()
1873 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_timers()
H A Dtcp_sack.c381 if (TCP_ECN_ENABLED(tp)) { in tcp_sack_detect_reordering()
H A Dtcp_usrreq.c1774 if (TCP_ECN_ENABLED(tp)) { in tcp_fill_info()
1867 ti->tcpi_ecn_success = (TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) ? 1 : 0; in tcp_fill_info()
2059 if (TCP_ECN_ENABLED(tp)) { in tcp_connection_fill_info()
H A Dtcp_var.h940 #define TCP_ECN_ENABLED(_tp_) \ macro