Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c1374 if (TCP_ECN_ENABLED(tp) && (th->th_flags & TH_ECE)) { in tcp_detect_bad_rexmt()
2767 TCP_ECN_ENABLED(tp) && tlen > 0 && in tcp_input()
2793 !TCP_ECN_ENABLED(tp) && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
2799 if (tp->t_state == TCPS_ESTABLISHED && TCP_ECN_ENABLED(tp) && in tcp_input()
3438 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
3755 if (TCP_ECN_ENABLED(tp) && in tcp_input()
3838 if (TCP_ECN_ENABLED(tp) && in tcp_input()
4454 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
4635 if (TCP_ECN_ENABLED(tp)) { in tcp_input()
4828 if ((thflags & TH_ECE) != 0 && TCP_ECN_ENABLED(tp) && in tcp_input()
H A Dtcp_timer.c1109 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()
1121 if (TCP_ECN_ENABLED(tp) && in tcp_timers()
1394 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()
1840 if (TCP_ECN_ENABLED(tp)) { in tcp_timers()
H A Dtcp_sack.c384 if (TCP_ECN_ENABLED(tp)) { in tcp_sack_detect_reordering()
H A Dtcp_usrreq.c1679 if (TCP_ECN_ENABLED(tp)) { in tcp_fill_info()
1940 if (TCP_ECN_ENABLED(tp)) { in tcp_connection_fill_info()
H A Dtcp_var.h751 #define TCP_ECN_ENABLED(_tp_) \ macro