Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds