Lines Matching refs:TSTMP_GEQ
1035 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1084 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1940 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input_process_accecn_synack()
2065 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input_process_accecn_last_ack()
2176 TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr)) { in tcp_process_accecn()
3664 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3735 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
5227 TSTMP_GEQ(tcp_now, in tcp_input()
6753 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
6769 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
6882 TSTMP_GEQ(tsecr, tp->t_badrexmt_time))) { in tcp_xmit_timer()