Searched refs:m_ext_free_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 248 typedef void m_ext_free_t(struct mbuf *); typedef 304 m_ext_free_t *ext_free; 786 struct mbuf *mb_alloc_ext_pgs(int, m_ext_free_t); 816 void m_extadd(struct mbuf *, char *, u_int, m_ext_free_t, 878 m_ext_free_t freef, void *arg1, void *arg2) in m_extaddref()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mbuf.c | 1129 mb_alloc_ext_pgs(int how, m_ext_free_t ext_free) in mb_alloc_ext_pgs() 1506 m_extadd(struct mbuf *mb, char *buf, u_int size, m_ext_free_t freef, in m_extadd()
|