Home
last modified time | relevance | path

Searched refs:m_epg_hdr (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_sglist.c245 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 Dsubr_bus_dma.c143 &m->m_epg_hdr[segoff], seglen, kernel_pmap, in _bus_dmamap_load_mbuf_epg()
H A Duipc_ktls.c1552 tlshdr = (void *)m->m_epg_hdr; in ktls_frame()
2078 (const struct tls_record_layer *)m->m_epg_hdr, in ktls_encrypt()
H A Dkern_mbuf.c983 memcpy(mtod(m_new, void *), &m->m_epg_hdr[segoff], in _mb_unmapped_to_ext()
H A Duipc_sockbuf.c143 n->m_epg_hdr, hdr_len); in sbready_compress()
H A Duipc_mbuf.c1841 &m->m_epg_hdr[segoff]), seglen, uio); in m_unmappedtouio()
/f-stack/freebsd/sys/
H A Dmbuf.h296 #define m_epg_hdr m_ext.extpg_hdr macro
434 MCHECK(m->m_epg_hdrlen <= sizeof(m->m_epg_hdr), \