Home
last modified time | relevance | path

Searched refs:m_getm2 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c366 m = m_getm2(NULL, space_needed, how, type, want_header ? M_PKTHDR : 0); in sctp_get_mbuf_for_msg()
/f-stack/freebsd/netgraph/
H A Dng_tty.c420 m = m_getm2(NULL, len, M_NOWAIT, MT_DATA, M_PKTHDR); in ngt_rint_bypass()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h602 struct mbuf *m_getm2(struct mbuf *, int, int, short, int);
851 m_getm2((m), (len), (how), (type), M_PKTHDR)
/f-stack/freebsd/sys/
H A Dmbuf.h823 struct mbuf *m_getm2(struct mbuf *, int, int, short, int);
1077 m_getm2((m), (len), (how), (type), M_PKTHDR)
/f-stack/lib/
H A Dff_veth.c251 mb = m_getm2(NULL, max(len, 1), M_WAITOK, MT_DATA, 0); in ff_zc_mbuf_get()
/f-stack/freebsd/kern/
H A Dkern_mbuf.c1424 m_getm2(struct mbuf *m, int len, int how, short type, int flags) in m_getm2() function
H A Duipc_mbuf.c1786 m = m_getm2(NULL, max(total + align, 1), how, MT_DATA, flags); in m_uiotombuf()