Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_mbuf.h54 struct mbuf * m_gethdr(int how, short type);
65 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
Duser_mbuf.c152 m_gethdr(int how, short type) in m_gethdr() function
782 n = m_gethdr(wait, m->m_type); in m_dup1()