Searched refs:smctp_tag (Results 1 – 3 of 3) sorted by relevance
66 __u8 smctp_tag;94 addr.smctp_tag = MCTP_TAG_OWNER;104 The ``smctp_tag`` value will configure the tags accepted from the remote side of107 ``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 set254 The tag value should be used as-is for the ``smctp_tag`` member of ``struct
114 if (addr->smctp_tag & ~tagbits) in mctp_sendmsg()117 if (addr->smctp_tag & MCTP_TAG_PREALLOC && in mctp_sendmsg()118 !(addr->smctp_tag & MCTP_TAG_OWNER)) in mctp_sendmsg()196 addr->smctp_tag); in mctp_sendmsg()254 addr->smctp_tag = hdr->flags_seq_tag & in mctp_recvmsg()
28 __u8 smctp_tag; member