HomeSort by: relevance | last modified time | path
    Searched defs:m_get (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_test.h 76 #define m_get(x, y) npfkern_m_get(NULL, 0, MLEN) macro
  /src/sys/kern/
uipc_mbuf.c 535 m_get(int how, int type) function in typeref:struct:mbuf *
570 m = m_get(how, type);
600 if ((m = m_get(how, type)) == NULL)
674 mp = m_get(how, type);
700 mn = m_get(how, m->m_type);
779 n = m_get(wait, m->m_type);
852 n = m_get(how, m->m_type);
869 o = m_get(how, m->m_type);
1063 m = m_get(M_DONTWAIT, n->m_type);
1241 o = m_get(M_DONTWAIT, m->m_type)
    [all...]

Completed in 13 milliseconds