Home
last modified time | relevance | path

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

/libmctp-latest/
Dcore.c248 void *lbuf; in mctp_msg_ctx_add_pkt() local
262 lbuf = __mctp_realloc(ctx->buf, new_alloc_size); in mctp_msg_ctx_add_pkt()
263 if (lbuf) { in mctp_msg_ctx_add_pkt()
264 ctx->buf = lbuf; in mctp_msg_ctx_add_pkt()