Home
last modified time | relevance | path

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

/openbmc/libmctp/
H A Dcore.c137 static void *mctp_msg_dup(const void *msg, size_t msg_len, struct mctp *mctp) in mctp_msg_dup() function
536 void *copy = mctp_msg_dup(buf, len, mctp); in mctp_rx()
593 p = mctp_msg_dup(pkt->data + pkt->mctp_hdr_off + in mctp_bus_rx()
932 void *copy = mctp_msg_dup(msg, msg_len, mctp); in mctp_message_tx()