Searched refs:TF_NOTIMEWAIT (Results 1 – 3 of 3) sorted by relevance
2361 opt = TF_NOTIMEWAIT; in tcp_ctloutput()2892 optval = (tp->t_flagsext & TF_NOTIMEWAIT) ? 1 : 0; in tcp_ctloutput()
647 #define TF_NOTIMEWAIT 0x800 /* Avoid going into time-wait */ macro
2884 …tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED… in tcp_input()5625 if (tp->t_flagsext & TF_NOTIMEWAIT) { in tcp_input()6023 if (tp->t_flagsext & TF_NOTIMEWAIT) { in tcp_input()