Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmctp.h55 #define MCTP_TAG_PREALLOC 0x10 macro
/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).
/linux/net/mctp/
H A Droute.c823 req_tag &= ~(MCTP_TAG_PREALLOC | MCTP_TAG_OWNER); in mctp_lookup_prealloc_tag()
1162 if (req_tag & MCTP_TAG_PREALLOC) in mctp_local_output()