Searched refs:M_RDONLY (Results 1 – 13 of 13) sorted by relevance
/freebsd/share/dtrace/ |
H A D | mbuf.d | 44 #pragma D binding "1.6.3" M_RDONLY 45 inline int M_RDONLY = 0x00000008; /* associated data is marked read-only */ variable 93 flags & M_RDONLY ? "M_RDONLY" :
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 470 #define M_RDONLY 0x00000008 /* associated data is marked read-only */ macro 506 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \ 513 (M_EXT | M_RDONLY | M_NOFREE | M_EXTPG) 1137 #define M_WRITABLE(m) (((m)->m_flags & (M_RDONLY | M_EXTPG)) == 0 && \
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_tx.c | 111 mb->m_flags |= M_RDONLY; /* Don't allow compression once sent. */ in sdp_post_send()
|
/freebsd/sys/kern/ |
H A D | kern_sendfile.c | 1006 sendfile_free_mext_pg, M_RDONLY); in vn_sendfile() 1109 m0->m_flags |= (M_EXT | M_RDONLY); in vn_sendfile()
|
H A D | kern_mbuf.c | 890 m->m_flags &= ~(M_EXT | M_RDONLY | M_EXTPG); in mb_unmapped_compress() 1023 mb_unmapped_free_mext, sf, mref, m->m_flags & M_RDONLY, in _mb_unmapped_to_ext()
|
H A D | uipc_mbuf.c | 268 n->m_flags |= m->m_flags & (M_RDONLY | M_EXT | M_EXTPG); in mb_dupcl() 748 n->m_flags &= ~M_RDONLY; in m_dup()
|
H A D | uipc_ktls.c | 3075 m->m_flags |= M_RDONLY; in ktls_encrypt() 3114 m->m_flags |= M_RDONLY; in ktls_encrypt_cb()
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 1726 M_RDONLY, EXT_NET_DRV); in cas_rint() 1766 (void *)(uintptr_t)idx, M_RDONLY, in cas_rint() 1801 M_RDONLY, EXT_NET_DRV); in cas_rint()
|
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_tcp.c | 867 m->m_flags |= M_RDONLY; in nvmf_tcp_mbuf() 888 m = mb_alloc_ext_pgs(how, nvmf_tcp_free_mext_pg, M_RDONLY); in nvmf_tcp_mext_pg()
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | ctl_frontend_nvmf.c | 442 ctnio->kern_data_arg, M_RDONLY, EXT_CTL); in m_get_ref_data()
|
/freebsd/sys/dev/iscsi/ |
H A D | icl_soft.c | 1237 newmb->m_flags |= M_RDONLY; in icl_soft_conn_pdu_append_data()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | icl_cxgbei.c | 765 m->m_flags |= M_RDONLY; in icl_cxgbei_conn_pdu_append_data()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 2129 m = mb_alloc_ext_pgs(M_WAITOK, aiotx_free_pgs, M_RDONLY); in alloc_aiotx_mbuf()
|