Searched refs:m_epg_hdr (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 664 hdr = (void *)m_tls->m_epg_hdr; in ktls_tcp_payload_length() 718 hdr = (void *)m_tls->m_epg_hdr; in ktls_payload_offset() 789 hdr = (void *)m_tls->m_epg_hdr; in ktls_wr_len() 1291 copy_to_txd(&txq->eq, (char *)m_tls->m_epg_hdr + in ktls_write_tunnel_packet() 1349 hdr = (void *)m_tls->m_epg_hdr; in ktls_write_tls_wr() 1778 memcpy(out, m_tls->m_epg_hdr, m_tls->m_epg_hdrlen); in ktls_write_tls_wr()
|
/freebsd/sys/opencrypto/ |
H A D | ktls_ocf.c | 292 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls_cbc_encrypt() 560 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls12_aead_encrypt() 797 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls13_aead_encrypt()
|
H A D | criov.c | 267 return (m->m_epg_hdr + offset); in m_epg_segment()
|
/freebsd/sys/kern/ |
H A D | subr_sglist.c | 242 nsegs += sglist_count(&m->m_epg_hdr[segoff], in sglist_count_mbuf_epg() 401 &m->m_epg_hdr[segoff], seglen); in sglist_append_mbuf_epg()
|
H A D | subr_bus_dma.c | 177 &m->m_epg_hdr[segoff], seglen, kernel_pmap, in _bus_dmamap_load_mbuf_epg()
|
H A D | uipc_mbuf.c | 1385 rval = f(arg, m->m_epg_hdr + off, count); in m_apply_extpg_one() 2071 &m->m_epg_hdr[segoff]), seglen, uio); in m_unmapped_uiomove()
|
H A D | kern_mbuf.c | 989 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_ktls.c | 2150 tlshdr = (void *)m->m_epg_hdr; in ktls_frame()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 313 #define m_epg_hdr m_ext.extpg_hdr macro 451 MCHECK(m->m_epg_hdrlen <= sizeof(m->m_epg_hdr), \
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 648 thdr = (struct tls_hdr *)&m->m_epg_hdr; in t4_push_ktls()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 2538 (vm_offset_t)&m->m_epg_hdr[segoff]); in count_mbuf_ext_pgs()
|