Home
last modified time | relevance | path

Searched refs:EPG_FLAG_ANON (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Duipc_ktls.c2805 if ((m->m_epg_flags & EPG_FLAG_ANON) != 0) in ktls_encrypt_record()
2979 MPASS((m->m_epg_flags & EPG_FLAG_ANON) == 0); in ktls_finish_nonanon()
3000 m->m_epg_flags |= EPG_FLAG_ANON; in ktls_finish_nonanon()
3054 if ((m->m_epg_flags & EPG_FLAG_ANON) == 0) in ktls_encrypt()
3092 if ((m->m_epg_flags & EPG_FLAG_ANON) == 0) in ktls_encrypt_cb()
H A Duipc_mbuf.c1891 mb->m_epg_flags = EPG_FLAG_ANON; in m_uiotombuf_nomap()
1908 mb->m_epg_flags = EPG_FLAG_ANON; in m_uiotombuf_nomap()
H A Dkern_mbuf.c1715 m->m_epg_flags |= EPG_FLAG_ANON; in mb_alloc_ext_plus_pages()
/freebsd/sys/sys/
H A Dmbuf.h391 #define EPG_FLAG_ANON 0x1 /* Data can be encrypted in place. */ macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c9262 m2->m_epg_flags |= EPG_FLAG_ANON; in nfsm_split()