Searched refs:TF_NOTIMEWAIT (Results 1 – 3 of 3) sorted by relevance
2365 opt = TF_NOTIMEWAIT; in tcp_ctloutput()2893 optval = (tp->t_flagsext & TF_NOTIMEWAIT) ? 1 : 0; in tcp_ctloutput()
682 #define TF_NOTIMEWAIT 0x800 /* Avoid going into time-wait */ macro
2502 tp->t_flagsext |= (otp->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | in tcp_create_server_socket()5809 if (tp->t_flagsext & TF_NOTIMEWAIT) { in tcp_input()6217 if (tp->t_flagsext & TF_NOTIMEWAIT) { in tcp_input()