Searched refs:TF_REQ_TSTMP (Results 1 – 6 of 6) sorted by relevance
250 if ((tp->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP|TF_NOOPT)) == in tcp_twstart()251 (TF_REQ_TSTMP|TF_RCVD_TSTMP)) { in tcp_twstart()
121 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP); in initialize_tcb()
427 tp->t_flags &= ~(TF_REQ_SCALE|TF_REQ_TSTMP|TF_SACK_PERMIT); in tcp_timer_rexmt()
402 #define TF_REQ_TSTMP 0x000080 /* have/will request timestamps */ macro
859 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in tcp_input()2953 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss_update()
696 ((flags & TH_SYN) && (tp->t_flags & TF_REQ_TSTMP))) { in tcp_output()