taglinefilesource code
msg_qbytes21include/linux/msg.hushort msg_qbytes;      /* max number of bytes on queue */
msg_qbytes68ipc/msg.cif (msgsz + msq->msg_cbytes > msq->msg_qbytes) { 
msg_qbytes259ipc/msg.cmsq->msg_qbytes = MSGMNB;
msg_qbytes374ipc/msg.ctbuf.msg_qbytes = msq->msg_qbytes;
msg_qbytes414ipc/msg.ctbuf.msg_qbytes = msq->msg_qbytes;
msg_qbytes423ipc/msg.cif (tbuf.msg_qbytes > MSGMNB && !suser())
msg_qbytes425ipc/msg.cmsq->msg_qbytes = tbuf.msg_qbytes;