Lines Matching refs:TOF_TS

1250 		if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 &&  in tcp_detect_bad_rexmt()
1379 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
1939 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_synack()
2064 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_last_ack()
2175 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()
2955 to.to_flags |= TOF_TS; in tcp_input()
3191 if (to.to_flags & TOF_TS) { in tcp_input()
3662 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3733 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3744 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
3788 if (acked == 0 && (to.to_flags & TOF_TS) != 0 && to.to_tsecr != 0 && in tcp_input()
3929 if (to.to_flags & TOF_TS) { in tcp_input()
4544 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()
4608 bool tstmp_received = to.to_flags & TOF_TS; in tcp_input()
4797 if ((to.to_flags & TOF_TS) != 0 && in tcp_input()
5155 if (acked == 0 && (to.to_flags & TOF_TS) != 0 && to.to_tsecr != 0 && in tcp_input()
5637 (to.to_flags & TOF_TS) != 0 && to.to_tsecr != 0 && in tcp_input()
6023 if (to.to_flags & TOF_TS) { in tcp_input()
6073 if (to.to_flags & TOF_TS) { in tcp_input()
6443 to->to_flags |= TOF_TS; in tcp_dooptions()
6527 if (to->to_flags & TOF_TS) { in tcp_finalize_options()
6750 if (((to->to_flags & TOF_TS) != 0) && in tcp_compute_rtt()
6767 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0) && in tcp_compute_rcv_rtt()
6775 } else if ((to->to_flags & TOF_TS) == 0) { in tcp_compute_rcv_rtt()