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

  /src/sys/kern/
uipc_mbuf.c 741 m_copylen(int len, int copylen) function in typeref:typename:int
793 n->m_len = m_copylen(len, m->m_len - off);
807 n->m_len = m_copylen(len, n->m_len);
uipc_mbuf.c 741 m_copylen(int len, int copylen) function in typeref:typename:int
793 n->m_len = m_copylen(len, m->m_len - off);
807 n->m_len = m_copylen(len, n->m_len);

Completed in 28 milliseconds