Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dproto.c64 bp = m_prepend(bp, cp + 1, 1, extra); in proto_Prepend()
66 bp = m_prepend(bp, cp, 2, extra); in proto_Prepend()
H A Dmbuf.c243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) in m_prepend() function
435 m->m_next = m_prepend(NULL, v, sz, 0); in m_append()
437 bp = m_prepend(NULL, v, sz, 0); in m_append()
H A Dacf.c65 bp = m_prepend(bp, cp, 2, 0); in acf_LayerPush()
H A Dmbuf.h110 extern struct mbuf *m_prepend(struct mbuf *, const void *, size_t, u_short);
H A Dvjcomp.c158 bp = m_prepend(bp, bufp, len, 0); in VjUncompressTcp()
H A Dfsm.c509 bp = m_prepend(bp, lhp, sizeof *lhp, 2); in FsmRecvConfigReq()
1072 bp = m_prepend(bp, &lh, sizeof lh, 0); in fsm_Input()
H A Dmp.c644 m = m_prepend(m, prepend, 2, 0); in mp_Output()
650 m = m_prepend(m, prepend, 4, 0); in mp_Output()
/freebsd/sys/sys/
H A Dmbuf.h858 struct mbuf *m_prepend(struct mbuf *, int, int);
1276 _mm = m_prepend(_mm, _mplen, __mhow); \
/freebsd/sys/kern/
H A Duipc_mbuf.c501 m_prepend(struct mbuf *m, int len, int how) in m_prepend() function
/freebsd/share/man/man9/
H A DMakefile1558 mbuf.9 m_prepend.9 \