Searched refs:EPG_FLAG_ANON (Results 1 – 4 of 4) sorted by relevance
2043 is_anon = (m->m_epg_flags & EPG_FLAG_ANON) != 0; in ktls_encrypt()2103 m->m_epg_flags |= EPG_FLAG_ANON; in ktls_encrypt()
1687 mb->m_epg_flags = EPG_FLAG_ANON; in m_uiotombuf_nomap()1704 mb->m_epg_flags = EPG_FLAG_ANON; in m_uiotombuf_nomap()
1587 m->m_epg_flags |= EPG_FLAG_ANON; in mb_alloc_ext_plus_pages()
374 #define EPG_FLAG_ANON 0x1 /* Data can be encrypted in place. */ macro