HomeSort by relevance Sort by last modified time
    Searched full:m_gethdr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 54 struct mbuf * m_gethdr(int how, short type);
65 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
427 * As above, for mbufs allocated with m_gethdr/MGETHDR or initialized by
user_mbuf.c 152 m_gethdr(int how, short type) function
782 n = m_gethdr(wait, m->m_type);
    [all...]

Completed in 329 milliseconds