Home
last modified time | relevance | path

Searched refs:TSTMP_GEQ (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_seq.h84 #define TSTMP_GEQ(a, b) ((int)((a)-(b)) >= 0) macro
H A Dtcp_rledbat.c284 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_input.c1064 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1105 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1306 TSTMP_GEQ(tp->rcv_unackwin, tcp_now)) { in tcp_stretch_ack_enable()
2887 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
2958 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
4486 TSTMP_GEQ(tcp_now, in tcp_input()
5856 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
5872 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
5971 TSTMP_GEQ(tsecr, tp->t_badrexmt_time))) { in tcp_xmit_timer()
H A Dtcp_timer.c666 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect()
832 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()