HomeSort by: relevance | last modified time | path
    Searched refs:m_prepend (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
mbuf.h 567 #define M_PREPEND(m, plen, how) \
573 (m) = m_prepend((m), (plen), (how)); \
745 struct mbuf *m_prepend(struct mbuf *,int, int);
  /src/share/man/man9/
Makefile 531 mbuf.9 m_copyback.9 mbuf.9 m_cat.9 mbuf.9 m_dup.9 mbuf.9 m_prepend.9 \
541 mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \
  /src/sys/kern/
uipc_mbuf.c 688 * Utility function for M_PREPEND. Do *NOT* use it directly.
691 m_prepend(struct mbuf *m, int len, int how) function in typeref:struct:mbuf *

Completed in 15 milliseconds