Searched refs:mbufs (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h30 This header defines an API for interacting with mbufs. mbufs are the
33 mbufs are used to store various items in the networking stack. The
37 than would fit in an mbuf, external data is used. Most mbufs with
40 mbufs can be chained, contiguous data in a packet can be found by
90 @abstract Types of mbufs.
91 @discussion Some mbufs represent packets, some represnt data waiting
92 on sockets. Other mbufs store control data or other various
96 sitting on the queue of free mbufs. If you find that an mbuf you
233 @field mbufs Numbe
253 u_int32_t mbufs; /* mbufs obtained from page pool */ member in struct:mbuf_stat
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c936 stats->mbufs = mbstat.m_mbufs;
1018 * 1) mbuf_copyback will allocate clusters for new mbufs we append

Completed in 217 milliseconds