Home
last modified time | relevance | path

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

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