Searched refs:m_epg_ext_copylen (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | mbuf.h | 314 #define m_epg_ext_copylen offsetof(struct m_ext, ext_free) macro |
/freebsd/sys/kern/ | ||
H A D | uipc_mbuf.c | 262 bcopy(&m->m_ext, &n->m_ext, m_epg_ext_copylen); in mb_dupcl() |