Searched refs:TF_L4S_ENABLED (Results 1 – 3 of 3) sorted by relevance
661 #define TF_L4S_ENABLED 0x8000000 /* L4S was force enabled */ macro967 tcp_l4s == 1 || ((_tp_)->t_flagsext & TF_L4S_ENABLED)))
2745 tp->t_flagsext |= TF_L4S_ENABLED; in tcp_ctloutput()2748 tp->t_flagsext &= ~TF_L4S_ENABLED; in tcp_ctloutput()2877 optval = (tp->t_flagsext & TF_L4S_ENABLED) ? 1 : 0; in tcp_ctloutput()
2884 …|= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED | TF_L4S_DISAB… in tcp_input()2894 if (tp->t_flagsext & (TF_L4S_ENABLED | TF_L4S_DISABLED)) { in tcp_input()