Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dmctp.rst66 __u8 smctp_tag;
94 addr.smctp_tag = MCTP_TAG_OWNER;
104 The ``smctp_tag`` value will configure the tags accepted from the remote side of
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
254 The tag value should be used as-is for the ``smctp_tag`` member of ``struct
/linux/net/mctp/
H A Daf_mctp.c153 if (smctp->smctp_tag) in mctp_connect()
210 if (addr->smctp_tag & ~tagbits) in mctp_sendmsg()
213 if (addr->smctp_tag & MCTP_TAG_PREALLOC && in mctp_sendmsg()
214 !(addr->smctp_tag & MCTP_TAG_OWNER)) in mctp_sendmsg()
271 addr->smctp_tag); in mctp_sendmsg()
332 addr->smctp_tag = hdr->flags_seq_tag & in mctp_recvmsg()
/linux/include/uapi/linux/
H A Dmctp.h28 __u8 smctp_tag; member
/linux/net/mctp/test/
H A Dsock-test.c96 .smctp_tag = MCTP_TAG_OWNER, in mctp_test_sock_sendmsg_extaddr()