taglinefilesource code
msg_qbytes30include/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_qbytes407ipc/msg.cif (tbuf.msg_qbytes > MSGMNB && !suser())
msg_qbytes409ipc/msg.cmsq->msg_qbytes = tbuf.msg_qbytes;