Searched refs:mbuf_pullup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h272 either use mbuf_pullup to get the data contiguous in one mbuf
274 buffer. Using mbuf_pullup has the advantage of not having to
276 is space in the mbuf, mbuf_pullup may fail and free the mbuf.
674 @function mbuf_pullup
677 header contiguous in the first mbuf. If mbuf_pullup fails, the
684 errno_t mbuf_pullup(mbuf_t* mbuf, size_t len);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_inet_pr_module.c132 mbuf_pullup(&m, sizeof(*ea)) != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c542 if ((error = mbuf_pullup(&m, len)))
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c316 errno_t mbuf_pullup(mbuf_t *mbuf, size_t len) function

Completed in 84 milliseconds