Home
last modified time | relevance | path

Searched refs:m_pkthdr_init (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dmbuf.h607 int m_pkthdr_init(struct mbuf *, int);
716 error = m_pkthdr_init(m, how); in m_init()
/f-stack/freebsd/sys/
H A Dmbuf.h829 int m_pkthdr_init(struct mbuf *, int);
942 error = m_pkthdr_init(m, how); in m_init()
/f-stack/lib/
H A Dff_veth.c312 if (m_pkthdr_init(m, M_NOWAIT) != 0) { in ff_mbuf_gethdr()
/f-stack/freebsd/kern/
H A Duipc_mbuf.c365 m_pkthdr_init(struct mbuf *m, int how) in m_pkthdr_init() function