Searched refs:up (Results 1 – 1 of 1) sorted by relevance
955 struct compat_msgbuf __user *up = compat_ptr(msgp); in compat_ksys_msgsnd() local958 if (get_user(mtype, &up->mtype)) in compat_ksys_msgsnd()960 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd()