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