Searched refs:MCTP_TAG_OWNER (Results 1 – 4 of 4) sorted by relevance
94 addr.smctp_tag = MCTP_TAG_OWNER;105 this socket. Given the above, the only valid value is ``MCTP_TAG_OWNER``, which107 ``MCTP_TAG_OWNER`` is set, the 3 least-significant bits of ``smctp_tag`` are not139 addr.smctp_tag = MCTP_TAG_OWNER;150 If ``smctp_tag`` has the ``MCTP_TAG_OWNER``, the kernel will ignore any bits set152 EID. If ``MCTP_TAG_OWNER`` is not set, the message will be sent with the tag166 Transmitting a message on an unconnected socket with ``MCTP_TAG_OWNER``
46 #define MCTP_TAG_OWNER 0x08 macro
108 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()
158 rc = mctp_do_fragment_route(&rt->rt, skb, mtu, MCTP_TAG_OWNER); in mctp_test_fragment()
Completed in 6 milliseconds