Home
last modified time | relevance | path

Searched refs:IEEE80211_MESH_SEQ_GEQ (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.h506 #define IEEE80211_MESH_SEQ_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) macro
H A Dieee80211_mesh.c997 if (IEEE80211_MESH_SEQ_GEQ(rt->rt_lastmseq, seq)) { in mesh_checkpseq()