Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dmctp.h27 __u8 smctp_type; member
/linux-6.1.9/Documentation/networking/
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;
/linux-6.1.9/net/mctp/
Daf_mctp.c83 msk->bind_type = smctp->smctp_type & 0x7f; /* ignore the IC bit */ in mctp_bind()
168 *(u8 *)skb_put(skb, 1) = addr->smctp_type; in mctp_sendmsg()
253 addr->smctp_type = type; in mctp_recvmsg()
/linux-6.1.9/net/mctp/test/
Droute-test.c306 addr.smctp_type = 0; in __mctp_route_test_init()