Home
last modified time | relevance | path

Searched refs:rt_lastmseq (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.h436 uint32_t rt_lastmseq; /* last seq# seen dest */ member
H A Dieee80211_mesh.c994 rt->rt_lastmseq = seq; in mesh_checkpseq()
997 if (IEEE80211_MESH_SEQ_GEQ(rt->rt_lastmseq, seq)) { in mesh_checkpseq()
1000 rt->rt_lastmseq = seq; in mesh_checkpseq()
3479 imr->imr_lastmseq = rt->rt_lastmseq; in mesh_ioctl_get80211()
H A Dieee80211_ddb.c901 rt->rt_lastmseq, rt->rt_priv); in _db_show_mesh()