<dec f='src/src/sys/sys/mbuf.h' l='852' type='struct mbuf * m_getcl(int , int , int )'/>
<use f='src/src/sys/kern/uipc_mbuf.c' l='1462' u='c' c='m_copyback0'/>
<def f='src/src/sys/kern/uipc_mbuf2.c' l='234' ll='253' type='struct mbuf * m_getcl(int how, int type, int flags)'/>
<doc f='src/src/sys/kern/uipc_mbuf2.c' l='226'>/*
 * FreeBSD 4.6 introduced m_getcl(), which performs `fast&apos; allocation
 * mbuf clusters from a cache of recently-freed clusters. (If the cache
 * is empty, new clusters are allocated en-masse).
 * On NetBSD, for now, implement the `cache&apos; as a function
 * using normal NetBSD mbuf/cluster allocation macros. Replace this
 * with fast-cache code, if and when NetBSD implements one.
 */</doc>
<use f='src/src/sys/netipsec/ipsec_mbuf.c' l='159' u='c' c='m_clone'/>
<use f='src/src/sys/netipsec/ipsec_mbuf.c' l='191' u='c' c='m_clone'/>
<use f='src/src/sys/netipsec/ipsec_mbuf.c' l='250' u='c' c='m_makespace'/>
