Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c863 MGET(m, M_NOWAIT, n->m_type); in m_pullup()
1152 MGET(n, wait, m->m_type); in m_copym()
1327 MGET(mn, how, m->m_type); in m_prepend()
1528 MGET(n, wait, m->m_type); in m_split()
Duser_mbuf.h67 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c810 MGET(m, how, type);