Searched refs:TF_L4S_ENABLED (Results 1 – 3 of 3) sorted by relevance
660 #define TF_L4S_ENABLED 0x8000000 /* L4S was force enabled */ macro947 (tcp_acc_ecn == 1 || ((_tp_)->t_flagsext & TF_L4S_ENABLED)))956 (tcp_l4s == 1 || ((_tp_)->t_flagsext & TF_L4S_ENABLED)))
2743 tp->t_flagsext |= TF_L4S_ENABLED; in tcp_ctloutput()2746 tp->t_flagsext &= ~TF_L4S_ENABLED; in tcp_ctloutput()2875 optval = (tp->t_flagsext & TF_L4S_ENABLED) ? 1 : 0; in tcp_ctloutput()
2849 …|= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED | TF_L4S_DISAB… in tcp_input()2859 if (tp->t_flagsext & (TF_L4S_ENABLED | TF_L4S_DISABLED)) { in tcp_input()