Searched refs:TF_L4S_DISABLED (Results 1 – 3 of 3) sorted by relevance
662 #define TF_L4S_DISABLED 0x10000000 /* L4S was force disabled */ macro962 ((_tp_)->t_flagsext & TF_L4S_DISABLED) == 1)
2746 tp->t_flagsext &= ~TF_L4S_DISABLED; in tcp_ctloutput()2749 tp->t_flagsext |= TF_L4S_DISABLED; in tcp_ctloutput()
2884 …p0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED | TF_L4S_DISABLED)); in tcp_input()2894 if (tp->t_flagsext & (TF_L4S_ENABLED | TF_L4S_DISABLED)) { in tcp_input()