taglinefilesource code
msg_next60include/linux/msg.hstruct msg *msg_next;   /* next message on queue */
msg_next135ipc/msg.cmsgh->msg_next = NULL;
msg_next139ipc/msg.cmsq->msg_last->msg_next = msgh;
msg_next205ipc/msg.ctmsg = tmsg->msg_next)
msg_next211ipc/msg.ctmsg = tmsg->msg_next)
msg_next218ipc/msg.ctmsg = tmsg->msg_next) 
msg_next230ipc/msg.cmsq->msg_first = nmsg->msg_next;
msg_next233ipc/msg.ctmsg = tmsg->msg_next)
msg_next234ipc/msg.cif (tmsg->msg_next == nmsg) 
msg_next236ipc/msg.ctmsg->msg_next = nmsg->msg_next;
msg_next418ipc/msg.cmsgh = msgp->msg_next;