Searched refs:MGET (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.c | 863 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()
|
D | user_mbuf.h | 67 #define MGET(m, how, type) ((m) = m_get((how), (type))) macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_bsd_addr.c | 810 MGET(m, how, type);
|