Home
last modified time | relevance | path

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

/linux/Documentation/networking/
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
/linux/include/uapi/linux/
A Dmctp.h28 __u8 smctp_tag; member
/linux/net/mctp/
A Daf_mctp.c108 if (addr->smctp_tag & ~(MCTP_TAG_MASK | MCTP_TAG_OWNER)) in mctp_sendmsg()
166 addr->smctp_tag); in mctp_sendmsg()
224 addr->smctp_tag = hdr->flags_seq_tag & in mctp_recvmsg()

Completed in 5 milliseconds