Lines Matching refs:TSTMP_GEQ
1036 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1085 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1249 TSTMP_GEQ(tp->rcv_unackwin, tcp_now)) { in tcp_stretch_ack_enable()
1990 TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr)) { in tcp_process_accecn()
3097 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3168 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3846 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
4725 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
4988 TSTMP_GEQ(tcp_now, in tcp_input()
6490 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
6506 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
6619 TSTMP_GEQ(tsecr, tp->t_badrexmt_time))) { in tcp_xmit_timer()