Home
last modified time | relevance | path

Searched refs:TF_NOTIMEWAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_usrreq.c2232 opt = TF_NOTIMEWAIT; in tcp_ctloutput()
2739 optval = (tp->t_flagsext & TF_NOTIMEWAIT) ? 1 : 0; in tcp_ctloutput()
H A Dtcp_var.h512 #define TF_NOTIMEWAIT 0x800 /* Avoid going into time-wait */ macro
H A Dtcp_input.c2679 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()