Searched refs:lbuf (Results 1 – 1 of 1) sorted by relevance
248 void *lbuf; in mctp_msg_ctx_add_pkt() local262 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()