Searched refs:TS_GEQ (Results 1 – 1 of 1) sorted by relevance
13 #define TS_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) macro320 if (TS_GEQ(cur_ts, ent->ts_out + SEC_TO_TS(ARP_TIMEOUT_SEC))) { in ARPTimer()