Searched refs:TF_REQ_TSTMP (Results 1 – 5 of 5) sorted by relevance
399 #define TF_REQ_TSTMP 0x00080 /* have/will request timestamps */ macro928 (((_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
1219 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()
345 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()
1130 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()
1364 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP); in tcp_timers()