Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dnode.c474 struct sk_buff_head *namedq; in tipc_node_unlock() local
486 namedq = node->namedq; in tipc_node_unlock()
518 tipc_named_rcv(net, namedq); in tipc_node_unlock()
Dnode.h124 struct sk_buff_head *namedq; member
Dlink.h198 struct sk_buff_head namedq; member
Dlink.c289 skb_queue_head_init(&l_ptr->namedq); in tipc_link_create()
1193 node->namedq = &link->namedq; in tipc_data_input()
1194 skb_queue_tail(&link->namedq, skb); in tipc_data_input()
1195 if (skb_queue_len(&link->namedq) == 1) in tipc_data_input()