xdrmblk_alloc
m->b_cont = xdrmblk_alloc(p->sz);
m->b_cont = xdrmblk_alloc(MAX(len, p->sz));
static mblk_t *xdrmblk_alloc(int);