Searched refs:MCTP_TAG_PREALLOC (Results 1 – 3 of 3) sorted by relevance
55 #define MCTP_TAG_PREALLOC 0x10 macro
248 - ``MCTP_TAG_PREALLOC``: to indicate to ``sendmsg()`` that this is a260 allocation (including the ``MCTP_TAG_OWNER`` and ``MCTP_TAG_PREALLOC`` bits).
823 req_tag &= ~(MCTP_TAG_PREALLOC | MCTP_TAG_OWNER); in mctp_lookup_prealloc_tag()1162 if (req_tag & MCTP_TAG_PREALLOC) in mctp_local_output()