Searched refs:__mctp_msg_free (Results 1 – 3 of 3) sorted by relevance
/openbmc/libmctp/ |
H A D | core.c | 204 __mctp_msg_free(ctx->buf, bus->mctp); in mctp_msg_ctx_drop() 293 __mctp_msg_free(bus->tx_msg, mctp); in mctp_bus_destroy() 307 __mctp_msg_free(tmp->buf, mctp); in mctp_cleanup() 602 __mctp_msg_free(p, mctp); in mctp_bus_rx() 777 __mctp_msg_free(bus->tx_msg, bus->binding->mctp); in mctp_tx_complete() 905 __mctp_msg_free(msg, bus->binding->mctp); in mctp_message_tx_on_bus() 918 __mctp_msg_free(msg, mctp); in mctp_message_tx_alloced() 924 __mctp_msg_free(msg, mctp); in mctp_message_tx_alloced() 1027 __mctp_msg_free(msg, mctp); in mctp_message_tx_request() 1035 __mctp_msg_free(msg, mctp); in mctp_message_tx_request()
|
H A D | libmctp-alloc.h | 14 void __mctp_msg_free(void *ptr, struct mctp *mctp);
|
H A D | alloc.c | 89 void __mctp_msg_free(void *ptr, struct mctp *mctp) in __mctp_msg_free() function
|