do_msgsnd
return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg);
return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg);