Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dmbuf.h598 struct mbuf *m_fragment(struct mbuf *, int, int);
/f-stack/freebsd/sys/
H A Dmbuf.h819 struct mbuf *m_fragment(struct mbuf *, int, int);
/f-stack/freebsd/netinet/
H A Dip_output.c804 m = m_fragment(m, M_NOWAIT, mbuf_frag_size); in ip_output()
/f-stack/freebsd/kern/
H A Duipc_mbuf.c1573 m_fragment(struct mbuf *m0, int how, int length) in m_fragment() function