Home
last modified time | relevance | path

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

/linux/Documentation/networking/
A Dmctp.rst94 addr.smctp_tag = MCTP_TAG_OWNER;
105 this socket. Given the above, the only valid value is ``MCTP_TAG_OWNER``, which
107 ``MCTP_TAG_OWNER`` is set, the 3 least-significant bits of ``smctp_tag`` are not
139 addr.smctp_tag = MCTP_TAG_OWNER;
150 If ``smctp_tag`` has the ``MCTP_TAG_OWNER``, the kernel will ignore any bits set
152 EID. If ``MCTP_TAG_OWNER`` is not set, the message will be sent with the tag
166 Transmitting a message on an unconnected socket with ``MCTP_TAG_OWNER``
/linux/include/uapi/linux/
A Dmctp.h46 #define MCTP_TAG_OWNER 0x08 macro
/linux/net/mctp/
A Daf_mctp.c108 if (addr->smctp_tag & ~(MCTP_TAG_MASK | MCTP_TAG_OWNER)) in mctp_sendmsg()
484 BUILD_BUG_ON(MCTP_TAG_OWNER != MCTP_HDR_FLAG_TO); in mctp_init()
/linux/net/mctp/test/
A Droute-test.c158 rc = mctp_do_fragment_route(&rt->rt, skb, mtu, MCTP_TAG_OWNER); in mctp_test_fragment()

Completed in 6 milliseconds