Home
last modified time | relevance | path

Searched refs:smctp_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/mctp/
H A Daf_mctp.c97 smctp->smctp_type &= 0x7f; in mctp_bind()
100 if (msk->bind_type != smctp->smctp_type) { in mctp_bind()
117 msk->bind_type = smctp->smctp_type; in mctp_bind()
157 if (smctp->smctp_type & 0x80) in mctp_connect()
176 msk->bind_type = smctp->smctp_type; in mctp_connect()
260 *(u8 *)skb_put(skb, 1) = addr->smctp_type; in mctp_sendmsg()
331 addr->smctp_type = type; in mctp_recvmsg()
/linux/include/uapi/linux/
H A Dmctp.h27 __u8 smctp_type; member
/linux/net/mctp/test/
H A Dutils.c268 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
279 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
H A Droute-test.c198 addr.smctp_type = 0; in __mctp_route_test_init()
1421 /* unbound smctp_type */
/linux/Documentation/networking/
H A Dmctp.rst65 __u8 smctp_type;
93 addr.smctp_type = MCTP_TYPE_PLDM;
118 The ``smctp_type`` field specifies which message types to receive. Only the
140 addr.smctp_type = MCTP_TYPE_ECHO;