Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_input.c1333 (TCP_ECN_ENABLED(tp) && (th->th_flags & TH_ECE))) { in tcp_detect_bad_rexmt()
2996 TCP_ECN_ENABLED(tp) && tlen > 0 && in tcp_input()
3023 !TCP_ECN_ENABLED(tp) && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
3029 if (tp->t_state == TCPS_ESTABLISHED && TCP_ECN_ENABLED(tp) && in tcp_input()
3729 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
3809 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
4191 if ((TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) && in tcp_input()
4274 if ((TCP_ECN_ENABLED(tp) || TCP_ACC_ECN_ON(tp)) && in tcp_input()
5158 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_input()
5413 } 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()
1416 if (!TCP_ACC_ECN_ON(tp) && TCP_ECN_ENABLED(tp)) { in tcp_timers()
1866 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()
2057 if (TCP_ECN_ENABLED(tp)) { in tcp_connection_fill_info()
H A Dtcp_var.h934 #define TCP_ECN_ENABLED(_tp_) \ macro