Searched refs:TF_L4S_DISABLED (Results 1 – 3 of 3) sorted by relevance
661 #define TF_L4S_DISABLED 0x10000000 /* L4S was force disabled */ macro946 (((_tp_)->t_flagsext & TF_L4S_DISABLED) == 0 && \955 (((_tp_)->t_flagsext & TF_L4S_DISABLED) == 0 && \
2744 tp->t_flagsext &= ~TF_L4S_DISABLED; in tcp_ctloutput()2747 tp->t_flagsext |= TF_L4S_DISABLED; in tcp_ctloutput()
2849 …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()