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

/haiku/src/libs/compat/freebsd_wlan/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_haiku.h303 #define M_ENCAP M_PROTO1 /* 802.11 encap done */ macro
315 (M_ENCAP|M_EAPOL|M_PWR_SAV|M_MORE_DATA|M_FF|M_TXCB| \
328 "\15M_ENCAP\17M_EAPOL\20M_PWR_SAV\21M_MORE_DATA\22M_FF\23M_TXCB" \
H A Dieee80211_output.c842 m->m_flags |= M_ENCAP; /* mark encapsulated */
1052 m->m_flags |= M_ENCAP; /* mark encapsulated */
1177 m->m_flags |= M_ENCAP; /* mark encapsulated */
1207 if (__predict_false(m->m_flags & M_ENCAP)) {
1921 m->m_flags |= M_ENCAP; /* mark encapsulated */
2560 m->m_flags |= M_ENCAP; /* mark encapsulated */
3219 m->m_flags |= M_ENCAP; /* mark encapsulated */
H A Dieee80211_hostap.c2455 if (m->m_flags & M_ENCAP) {
H A Dieee80211_hwmp.c663 m->m_flags |= M_ENCAP; /* mark encapsulated */
1458 * All frames in the stageq here should be non-M_ENCAP; or things
1467 * If the mbuf has M_ENCAP set, ensure we free it.
H A Dieee80211_mesh.c2681 m->m_flags |= M_ENCAP; /* mark encapsulated */

Completed in 131 milliseconds