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

/darwin-on-arm/xnu/bsd/net/
H A Dether_inet_pr_module.c122 if (mbuf_len(m) < sizeof (*ea) && mbuf_pullup(&m, sizeof (*ea)) != 0)
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c541 if ((error = mbuf_pullup(&m, len)))
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h287 either use mbuf_pullup to get the data contiguous in one mbuf
289 buffer. Using mbuf_pullup has the advantage of not having to
291 is space in the mbuf, mbuf_pullup may fail and free the mbuf.
691 @function mbuf_pullup
694 header contiguous in the first mbuf. If mbuf_pullup fails, the
701 extern errno_t mbuf_pullup(mbuf_t *mbuf, size_t len);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c335 errno_t mbuf_pullup(mbuf_t *mbuf, size_t len) function

Completed in 24 milliseconds