Searched refs:M_ENCAP (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/net80211/
H A Dieee80211_power.c162 * Reclaim an mbuf from the ps q. If marked with M_ENCAP
168 if (m->m_flags & M_ENCAP) {
364 if (m->m_flags & M_ENCAP)
433 /* XXX could dispatch through vap and check M_ENCAP */
460 KASSERT((m->m_flags & M_ENCAP),
461 ("%s: parentq with non-M_ENCAP frame!\n",
471 KASSERT((!(m->m_flags & M_ENCAP)),
472 ("%s: vapq with M_ENCAP frame!\n", __func__));
H A Dieee80211_ageq.c80 if (m->m_flags & M_ENCAP) {
H A Dieee80211_freebsd.h279 #define M_ENCAP M_PROTO1 /* 802.11 encap done */ macro
291 (M_ENCAP|M_EAPOL|M_PWR_SAV|M_MORE_DATA|M_FF|M_TXCB| \
304 "\15M_ENCAP\17M_EAPOL\20M_PWR_SAV\21M_MORE_DATA\22M_FF\23M_TXCB" \
H A Dieee80211_output.c836 m->m_flags |= M_ENCAP; /* mark encapsulated */
1046 m->m_flags |= M_ENCAP; /* mark encapsulated */
1171 m->m_flags |= M_ENCAP; /* mark encapsulated */
1201 if (__predict_false(m->m_flags & M_ENCAP)) {
1915 m->m_flags |= M_ENCAP; /* mark encapsulated */
2552 m->m_flags |= M_ENCAP; /* mark encapsulated */
3211 m->m_flags |= M_ENCAP; /* mark encapsulated */
H A Dieee80211_hostap.c2455 if (m->m_flags & M_ENCAP) {
H A Dieee80211_hwmp.c657 m->m_flags |= M_ENCAP; /* mark encapsulated */
1452 * All frames in the stageq here should be non-M_ENCAP; or things
1461 * If the mbuf has M_ENCAP set, ensure we free it.
H A Dieee80211_mesh.c2678 m->m_flags |= M_ENCAP; /* mark encapsulated */

Completed in 128 milliseconds