Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_output.c2152 if (TCP_L4S_ENABLED(tp)) { in tcp_output()
2623 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_output()
2649 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_output()
H A Dtcp_input.c2933 if (TCP_L4S_ENABLED(tp) && TCP_ACC_ECN_ON(tp)) { in tcp_input()
3218 if (!TCP_L4S_ENABLED(tp)) { in tcp_input()
3762 if (TCP_L4S_ENABLED(tp)) { in tcp_input()
7358 if (TCP_L4S_ENABLED(tp)) { in tcp_set_foreground_cc()
H A Dtcp_var.h954 #define TCP_L4S_ENABLED(_tp_) \ macro
H A Dtcp_subr.c1156 if (TCP_L4S_ENABLED(tp)) { in tcp_newtcpcb()