Home
last modified time | relevance | path

Searched refs:m_prepend (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dmbuf.h608 struct mbuf *m_prepend(struct mbuf *, int, int);
966 _mm = m_prepend(_mm, _mplen, __mhow); \
/f-stack/freebsd/sys/
H A Dmbuf.h830 struct mbuf *m_prepend(struct mbuf *, int, int);
1198 _mm = m_prepend(_mm, _mplen, __mhow); \
/f-stack/freebsd/kern/
H A Duipc_mbuf.c463 m_prepend(struct mbuf *m, int len, int how) in m_prepend() function