Searched refs:m_extadd (Results 1 – 5 of 5) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_veth.c | 316 m_extadd(m, data, len, ff_mbuf_ext_free, pkt, NULL, 0, EXT_DISPOSABLE); in ff_mbuf_gethdr() 341 m_extadd(mb, data, len, ff_mbuf_ext_free, m, NULL, 0, EXT_DISPOSABLE); in ff_mbuf_get()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 594 void m_extadd(struct mbuf *, caddr_t, u_int, 848 m_extadd((m), (caddr_t)(buf), (size), (free), (arg1), (arg2), \
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 816 void m_extadd(struct mbuf *, char *, u_int, m_ext_free_t, 1074 m_extadd((m), (char *)(buf), (size), (free), (arg1), (arg2), \
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mbuf.c | 1016 m_extadd(m_new, (char *)sf_buf_kva(sf), PAGE_SIZE, in _mb_unmapped_to_ext() 1506 m_extadd(struct mbuf *mb, char *buf, u_int size, m_ext_free_t freef, in m_extadd() function
|
| /f-stack/freebsd/net/ |
| H A D | pfil.c | 140 m_extadd(&m, p->mem, PFIL_LENGTH(flags), NULL, NULL, NULL, 0, in pfil_fake_mbuf()
|