Lines Matching full:mctp
4 Management Component Transport Protocol (MCTP)
7 net/mctp/ contains protocol support for MCTP, as defined by DMTF standard
9 provided in drivers/net/mctp/.
11 The core code provides a socket-based interface to send and receive MCTP
17 The kernel models the local MCTP topology through two items: interfaces and
20 An interface (or "link") is an instance of an MCTP physical transport binding
24 A network defines a unique address space for MCTP endpoints by endpoint-ID
41 MCTP uses ``AF_MCTP`` / ``PF_MCTP`` for the address- and protocol- families.
42 Since MCTP is message-based, only ``SOCK_DGRAM`` sockets are supported.
76 The following sections describe the MCTP-specific behaviours of the standard
98 This establishes the local address of the socket. Incoming MCTP messages that
123 ``sendto()``, ``sendmsg()``, ``send()`` : transmit an MCTP message
126 An MCTP message is transmitted using one of the ``sendto()``, ``sendmsg()`` or
176 ``recvfrom()``, ``recvmsg()``, ``recv()`` : receive an MCTP message
179 An MCTP message can be received by an application using one of the
195 /* We can expect addr to describe an MCTP address */
218 These tags give applications more control over MCTP message tags, by allocating
222 In general, you will only need to use these ioctls if your MCTP protocol does
266 There are a few possible packet flows in the MCTP stack: