Searched refs:IEEE80211_MESH_SEQ_GEQ (Results 1 – 2 of 2) sorted by relevance
504 #define IEEE80211_MESH_SEQ_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) macro
993 if (IEEE80211_MESH_SEQ_GEQ(rt->rt_lastmseq, seq)) { in mesh_checkpseq()