Searched refs:TSTMP_GEQ (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_seq.h84 #define TSTMP_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
H A Dtcp_input.c893 if (TSTMP_GEQ(tcp_now,
917 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) {
2163 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2232 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2296 TSTMP_GEQ(tcp_now, to.to_tsecr)) {
3428 TSTMP_GEQ(tcp_now, to.to_tsecr)) {

Completed in 24 milliseconds