taglinefilesource code
msg_next60include/linux/msg.hstruct msg *msg_next;   /* next message on queue */
msg_next91ipc/msg.cmsgh->msg_next = NULL;
msg_next95ipc/msg.cmsq->msg_last->msg_next = msgh;
msg_next150ipc/msg.ctmsg = tmsg->msg_next)
msg_next156ipc/msg.ctmsg = tmsg->msg_next)
msg_next163ipc/msg.ctmsg = tmsg->msg_next) 
msg_next175ipc/msg.cmsq->msg_first = nmsg->msg_next;
msg_next178ipc/msg.ctmsg = tmsg->msg_next)
msg_next179ipc/msg.cif (tmsg->msg_next == nmsg) 
msg_next181ipc/msg.ctmsg->msg_next = nmsg->msg_next;
msg_next312ipc/msg.cmsgh = msgp->msg_next;