taglinefilesource code
mtype38include/linux/msg.hlong mtype;         /* type of message */
mtype45ipc/msg.clong mtype;
mtype54ipc/msg.cif ((mtype = get_fs_long (&msgp->mtype)) < 1)
mtype99ipc/msg.cmsgh->msg_type = mtype;
mtype195ipc/msg.cput_fs_long (nmsg->msg_type, &msgp->mtype);