taglinefilesource code
msg_qbytes21include/linux/msg.hushort msg_qbytes;      /* max number of bytes on queue */
msg_qbytes89ipc/msg.cif (msgsz + msq->msg_cbytes > msq->msg_qbytes) { 
msg_qbytes353ipc/msg.cmsq->msg_qbytes = MSGMNB;
msg_qbytes481ipc/msg.ctbuf.msg_qbytes = msq->msg_qbytes;
msg_qbytes521ipc/msg.ctbuf.msg_qbytes = msq->msg_qbytes;
msg_qbytes530ipc/msg.cif (tbuf.msg_qbytes > MSGMNB && !suser())
msg_qbytes532ipc/msg.cmsq->msg_qbytes = tbuf.msg_qbytes;