Home
last modified time | relevance | path

Searched refs:MCTP_TAG_PREALLOC (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dmctp.h55 #define MCTP_TAG_PREALLOC 0x10 macro
/linux/net/mctp/
H A Daf_mctp.c202 MCTP_TAG_PREALLOC; in mctp_sendmsg()
213 if (addr->smctp_tag & MCTP_TAG_PREALLOC && in mctp_sendmsg()
524 ctl.tag = tag | MCTP_TAG_OWNER | MCTP_TAG_PREALLOC; in mctp_ioctl_alloctag()
561 if ((ctl.tag & ~MCTP_TAG_MASK) != (MCTP_TAG_OWNER | MCTP_TAG_PREALLOC)) in mctp_ioctl_droptag()
H A Droute.c821 req_tag &= ~(MCTP_TAG_PREALLOC | MCTP_TAG_OWNER); in mctp_lookup_prealloc_tag()
1139 if (req_tag & MCTP_TAG_PREALLOC) in mctp_local_output()
/linux/Documentation/networking/
H A Dmctp.rst248 - ``MCTP_TAG_PREALLOC``: to indicate to ``sendmsg()`` that this is a
260 allocation (including the ``MCTP_TAG_OWNER`` and ``MCTP_TAG_PREALLOC`` bits).