taglinefilesource code
msg_qbytes21include/linux/msg.hushort msg_qbytes;      /* max number of bytes on queue */
msg_qbytes92ipc/msg.cif (msgsz + msq->msg_cbytes > msq->msg_qbytes) { 
msg_qbytes402ipc/msg.cmsq->msg_qbytes = MSGMNB;
msg_qbytes538ipc/msg.ctbuf.msg_qbytes = msq->msg_qbytes;
msg_qbytes578ipc/msg.ctbuf.msg_qbytes = msq->msg_qbytes;
msg_qbytes587ipc/msg.cif (tbuf.msg_qbytes > MSGMNB && !suser())
msg_qbytes589ipc/msg.cmsq->msg_qbytes = tbuf.msg_qbytes;