TF_RCVD_TSTMP    2318 netinet/tcp_input.c 			tp->t_flags |= TF_RCVD_TSTMP;
TF_RCVD_TSTMP    3104 netinet/tcp_input.c 	    (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP)
TF_RCVD_TSTMP    3157 netinet/tcp_input.c 	    (tp->t_flags & TF_RCVD_TSTMP) == TF_RCVD_TSTMP)
TF_RCVD_TSTMP    3796 netinet/tcp_input.c 		tp->t_flags |= TF_REQ_TSTMP|TF_RCVD_TSTMP;
TF_RCVD_TSTMP    4082 netinet/tcp_input.c 	if ((tb.t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) ==
TF_RCVD_TSTMP    4083 netinet/tcp_input.c 	    (TF_REQ_TSTMP|TF_RCVD_TSTMP)) {
TF_RCVD_TSTMP     592 netinet/tcp_output.c 	     (tp->t_flags & TF_RCVD_TSTMP))) {