Searched refs:MCTP_TAG_OWNER (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | mctp.rst | 94 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`` 245 - ``MCTP_TAG_OWNER``: it only makes sense to allocate tags if you're the tag 260 allocation (including the ``MCTP_TAG_OWNER`` and ``MCTP_TAG_PREALLOC`` bits).
|
| /linux/include/uapi/linux/ |
| H A D | mctp.h | 54 #define MCTP_TAG_OWNER 0x08 macro
|
| /linux/net/mctp/test/ |
| H A D | route-test.c | 47 rc = mctp_do_fragment_route(&dst, skb, mtu, MCTP_TAG_OWNER); in mctp_test_fragment() 1005 rc = mctp_local_output(sock->sk, &dst, skb, dst_eid, MCTP_TAG_OWNER); in mctp_test_packet_flow() 1039 rc = mctp_local_output(sock->sk, &dst, skb, dst_eid, MCTP_TAG_OWNER); in mctp_test_fragment_flow() 1123 rc = mctp_local_output(sock->sk, &dst, skb, dst_eid, MCTP_TAG_OWNER); in mctp_test_route_output_key_create() 1142 KUNIT_EXPECT_FALSE(test, key->tag & MCTP_TAG_OWNER); in mctp_test_route_output_key_create() 1637 rc = mctp_local_output(sock->sk, &dst, skb, 9, MCTP_TAG_OWNER); in mctp_test_route_output_direct_no_eids() 1706 rc = mctp_local_output(sock->sk, &dst, skb, 9, MCTP_TAG_OWNER); in mctp_test_route_output_extaddr_no_eids()
|
| H A D | sock-test.c | 96 .smctp_tag = MCTP_TAG_OWNER, in mctp_test_sock_sendmsg_extaddr()
|
| /linux/net/mctp/ |
| H A D | route.c | 823 req_tag &= ~(MCTP_TAG_PREALLOC | MCTP_TAG_OWNER); in mctp_lookup_prealloc_tag() 1161 if (req_tag & MCTP_TAG_OWNER) { in mctp_local_output()
|