Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c1049 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1090 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1291 TSTMP_GEQ(tp->rcv_unackwin, tcp_now)) { in tcp_stretch_ack_enable()
2872 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
2943 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
4471 TSTMP_GEQ(tcp_now, in tcp_input()
5841 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
5857 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
5956 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()