Home
last modified time | relevance | path

Searched refs:TF_REQ_TSTMP (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h399 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro
928 (((_tp_)->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) == \
929 (TF_REQ_TSTMP|TF_RCVD_TSTMP))
1110 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro
H A Dtcp_input.c1219 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP)) != in tcp_sbrcv_tstmp_check()
1220 (TF_REQ_TSTMP | TF_RCVD_TSTMP) && in tcp_sbrcv_tstmp_check()
6258 if (!(tp->t_flags & TF_REQ_TSTMP) && tcp_do_timestamps) { in tcp_dooptions()
6259 tp->t_flags |= TF_REQ_TSTMP; in tcp_dooptions()
7024 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss()
H A Dtcp_output.c345 if (tp->t_flags & TF_REQ_TSTMP) { in tcp_tfo_check()
1902 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()
H A Dtcp_subr.c1130 tp->t_flags = TF_REQ_SCALE | (tcp_do_timestamps ? TF_REQ_TSTMP : 0); in tcp_newtcpcb()
2963 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mtudisc()
H A Dtcp_timer.c1364 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP); in tcp_timers()