Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_var.h661 #define TF_L4S_DISABLED 0x10000000 /* L4S was force disabled */ macro
946 (((_tp_)->t_flagsext & TF_L4S_DISABLED) == 0 && \
955 (((_tp_)->t_flagsext & TF_L4S_DISABLED) == 0 && \
H A Dtcp_usrreq.c2744 tp->t_flagsext &= ~TF_L4S_DISABLED; in tcp_ctloutput()
2747 tp->t_flagsext |= TF_L4S_DISABLED; in tcp_ctloutput()
H A Dtcp_input.c2849 …p0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED | TF_L4S_DISABLED)); in tcp_input()
2859 if (tp->t_flagsext & (TF_L4S_ENABLED | TF_L4S_DISABLED)) { in tcp_input()