Lines Matching refs:mbuf
92 * <sys/mbuf.h> in the Darwin code. These are mostly just
99 * BSD-style mbuf "shim" for kernel code. Note, this
111 * One big difference: the mbuf payload is:
118 * struct mbuf struct mblk
150 * BSD-style mbuf work-alike, for user-level.
151 * See libsmbfs mbuf.c
153 typedef struct mbuf {
157 struct mbuf *m_next;
211 mbuf_t *mb_top; /* head of mbuf chain */
212 mbuf_t *mb_cur; /* current mbuf */