Searched refs:m_epg_hdr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 245 nsegs += sglist_count(&m->m_epg_hdr[segoff], in sglist_count_mbuf_epg() 404 &m->m_epg_hdr[segoff], seglen); in sglist_append_mbuf_epg()
|
| H A D | subr_bus_dma.c | 143 &m->m_epg_hdr[segoff], seglen, kernel_pmap, in _bus_dmamap_load_mbuf_epg()
|
| H A D | uipc_ktls.c | 1552 tlshdr = (void *)m->m_epg_hdr; in ktls_frame() 2078 (const struct tls_record_layer *)m->m_epg_hdr, in ktls_encrypt()
|
| H A D | kern_mbuf.c | 983 memcpy(mtod(m_new, void *), &m->m_epg_hdr[segoff], in _mb_unmapped_to_ext()
|
| H A D | uipc_sockbuf.c | 143 n->m_epg_hdr, hdr_len); in sbready_compress()
|
| H A D | uipc_mbuf.c | 1841 &m->m_epg_hdr[segoff]), seglen, uio); in m_unmappedtouio()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 296 #define m_epg_hdr m_ext.extpg_hdr macro 434 MCHECK(m->m_epg_hdrlen <= sizeof(m->m_epg_hdr), \
|