Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dproto.c66 bp = m_prepend(bp, cp + 1, 1, extra); in proto_Prepend()
68 bp = m_prepend(bp, cp, 2, extra); in proto_Prepend()
H A Dmbuf.c244 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) in m_prepend() function
429 m->m_next = m_prepend(NULL, v, sz, 0); in m_append()
431 bp = m_prepend(NULL, v, sz, 0); in m_append()
H A Dacf.c67 bp = m_prepend(bp, cp, 2, 0); in acf_LayerPush()
H A Dmbuf.h109 extern struct mbuf *m_prepend(struct mbuf *, const void *, size_t, u_short);
H A Dvjcomp.c159 bp = m_prepend(bp, bufp, len, 0); in VjUncompressTcp()
H A Dfsm.c509 bp = m_prepend(bp, lhp, sizeof *lhp, 2); in FsmRecvConfigReq()
1073 bp = m_prepend(bp, &lh, sizeof lh, 0); in fsm_Input()
H A Dmp.c645 m = m_prepend(m, prepend, 2, 0); in mp_Output()
651 m = m_prepend(m, prepend, 4, 0); in mp_Output()
/dragonfly/sys/sys/
H A Dmbuf.h479 _mm = m_prepend(_mm, _mplen, __mhow); \
545 struct mbuf *m_prepend(struct mbuf *, int, int);
/dragonfly/sys/kern/
H A Duipc_mbuf.c1501 m_prepend(struct mbuf *m, int len, int how) in m_prepend() function