Home | Sort by: relevance | last modified time | path |
/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); |