Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.h203 struct sk_buff_head *namedq; member
230 struct sk_buff_head *namedq,
235 struct sk_buff_head *namedq,
Dnode.h82 struct sk_buff_head namedq; member
Dnode.c167 skb_queue_head_init(&n_ptr->bc_entry.namedq); in tipc_node_create()
179 &n_ptr->bc_entry.namedq, in tipc_node_create()
612 &n->bc_entry.namedq, &l)) { in tipc_node_check_dest()
1330 if (unlikely(!skb_queue_empty(&n->bc_entry.namedq))) in tipc_rcv()
1331 tipc_named_rcv(net, &n->bc_entry.namedq); in tipc_rcv()
Dlink.c264 struct sk_buff_head *namedq, in tipc_link_create() argument
302 l->namedq = namedq; in tipc_link_create()
326 struct sk_buff_head *namedq, in tipc_link_bc_create() argument
334 NULL, inputq, namedq, link)) in tipc_link_bc_create()
876 skb_queue_tail(l->namedq, skb); in tipc_data_input()