Searched refs:TF_NOTIMEWAIT (Results 1 – 3 of 3) sorted by relevance
2232 opt = TF_NOTIMEWAIT; in tcp_ctloutput()2739 optval = (tp->t_flagsext & TF_NOTIMEWAIT) ? 1 : 0; in tcp_ctloutput()
512 #define TF_NOTIMEWAIT 0x800 /* Avoid going into time-wait */ macro
2679 tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN)); in tcp_input()4956 if (tp->t_flagsext & TF_NOTIMEWAIT) { in tcp_input()5329 if (tp->t_flagsext & TF_NOTIMEWAIT) { in tcp_input()