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.c2824 if ((m->m_epg_flags & EPG_FLAG_ANON) != 0) in ktls_encrypt_record()
2998 MPASS((m->m_epg_flags & EPG_FLAG_ANON) == 0); in ktls_finish_nonanon()
3019 m->m_epg_flags |= EPG_FLAG_ANON; in ktls_finish_nonanon()
3073 if ((m->m_epg_flags & EPG_FLAG_ANON) == 0) in ktls_encrypt()
3112 if ((m->m_epg_flags & EPG_FLAG_ANON) == 0) in ktls_encrypt_cb()
H A Duipc_mbuf.c1893 mb->m_epg_flags = EPG_FLAG_ANON; in m_uiotombuf_nomap()
1910 mb->m_epg_flags = EPG_FLAG_ANON; in m_uiotombuf_nomap()
H A Dkern_mbuf.c1716 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.c9406 m2->m_epg_flags |= EPG_FLAG_ANON; in nfsm_split()