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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_seq.h84 #define TSTMP_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
H A Dtcp_input.c1047 if (TSTMP_GEQ(tcp_now,
1071 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) {
2233 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2306 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
3399 if (TSTMP_GEQ(tcp_now,
4513 TSTMP_GEQ(tcp_now, to->to_tsecr)) {
4536 TSTMP_GEQ(tsecr, tp->t_badrexmt_time))) {
H A Dtcp_timer.c383 TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) &&
531 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) {

Completed in 33 milliseconds