taglinefilesource code
msg_next60include/linux/msg.hstruct msg *msg_next;   /* next message on queue */
msg_next134ipc/msg.cmsgh->msg_next = NULL;
msg_next138ipc/msg.cmsq->msg_last->msg_next = msgh;
msg_next204ipc/msg.ctmsg = tmsg->msg_next)
msg_next210ipc/msg.ctmsg = tmsg->msg_next)
msg_next217ipc/msg.ctmsg = tmsg->msg_next) 
msg_next229ipc/msg.cmsq->msg_first = nmsg->msg_next;
msg_next232ipc/msg.ctmsg = tmsg->msg_next)
msg_next233ipc/msg.cif (tmsg->msg_next == nmsg) 
msg_next235ipc/msg.ctmsg->msg_next = nmsg->msg_next;
msg_next417ipc/msg.cmsgh = msgp->msg_next;