Home
last modified time | relevance | path

Searched refs:m_gethdr (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h54 struct mbuf * m_gethdr(int how, short type);
68 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
Duser_mbuf.c151 m_gethdr(int how, short type) in m_gethdr() function
312 mb = m_gethdr(how, type); in m_getm2()
317 mb = m_gethdr(how, type); in m_getm2()
915 n = m_gethdr(wait, m->m_type); in m_dup1()