Searched refs:TSTMP_GEQ (Results 1 – 1 of 1) sorted by relevance
125 #define TSTMP_GEQ(a,b) ((int32_t)((a)-(b)) >= 0) macro929 (!opti.ts_present || TSTMP_GEQ(opti.ts_val, tp->ts_recent)) && in tcp_input()1393 if (opti.ts_present && TSTMP_GEQ(opti.ts_val, tp->ts_recent) && in tcp_input()