taglinefilesource code
msg_cbytes28include/linux/msg.hushort msg_cbytes;      /* current number of bytes on queue */
msg_cbytes68ipc/msg.cif (msgsz + msq->msg_cbytes > msq->msg_qbytes) { 
msg_cbytes100ipc/msg.cmsq->msg_cbytes += msgsz;
msg_cbytes192ipc/msg.cmsq->msg_cbytes -= nmsg->msg_ts;
msg_cbytes256ipc/msg.cmsq->msg_cbytes = msq->msg_qnum = 0;
msg_cbytes299ipc/msg.cmsgbytes -= msq->msg_cbytes;