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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_wep.c92 MGET(n0, M_DONTWAIT, m0->m_type);
145 MGET(n->m_next, M_DONTWAIT, n->m_type);
172 MGET(n->m_next, M_DONTWAIT, n->m_type);
226 MGET(n0, M_DONTWAIT, m0->m_type);
261 MGET(n->m_next, M_DONTWAIT, n->m_type);
H A Dieee80211_crypto_ccmp.c179 MGET(n0, M_DONTWAIT, m0->m_type);
237 MGET(n->m_next, M_DONTWAIT, n->m_type);
281 MGET(n->m_next, M_DONTWAIT, n->m_type);
381 MGET(n0, M_DONTWAIT, m0->m_type);
426 MGET(n->m_next, M_DONTWAIT, n->m_type);
H A Dieee80211_crypto_tkip.c196 MGET(n0, M_DONTWAIT, m0->m_type);
254 MGET(n->m_next, M_DONTWAIT, n->m_type);
281 MGET(n->m_next, M_DONTWAIT, n->m_type);
391 MGET(n0, M_DONTWAIT, m0->m_type);
435 MGET(n->m_next, M_DONTWAIT, n->m_type);
H A Dieee80211_crypto_bip.c119 MGET(m->m_next, M_DONTWAIT, m->m_type);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h72 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dlance.c422 MGET(newm, M_NOWAIT, MT_DATA);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c5052 MGET(n, M_NOWAIT, MT_DATA);

Completed in 53 milliseconds