Searched refs:TF_RCVD_TSTMP (Results 1 – 4 of 4) sorted by relevance
134 if ((tp->t_flags & TF_RCVD_TSTMP) && flags == TH_ACK) { in tcp_twrespond()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()
859 tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP; in tcp_input()1052 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) { in tcp_do_segment()1057 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) { in tcp_do_segment()1082 tp->t_flags |= TF_RCVD_TSTMP; in tcp_do_segment()2955 (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP)) in tcp_mss_update()
403 #define TF_RCVD_TSTMP 0x000100 /* a timestamp was received in SYN */ macro
695 if ((tp->t_flags & TF_RCVD_TSTMP) || in tcp_output()