Home
last modified time | relevance | path

Searched refs:msg_queue_tail (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/tipc/
Dport.c50 static struct sk_buff *msg_queue_tail; variable
835 msg_queue_tail->next = buf; in port_dispatcher()
836 msg_queue_tail = buf; in port_dispatcher()
838 msg_queue_tail = msg_queue_head = buf; in port_dispatcher()