Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dlink.h81 struct sk_buff_head *namedq,
86 struct sk_buff_head *namedq,
Dlink.c176 struct sk_buff_head *namedq; member
447 struct sk_buff_head *namedq, in tipc_link_create() argument
491 l->namedq = namedq; in tipc_link_create()
515 struct sk_buff_head *namedq, in tipc_link_bc_create() argument
523 NULL, inputq, namedq, link)) in tipc_link_bc_create()
1100 skb_queue_tail(l->namedq, skb); in tipc_data_input()
Dnode.c75 struct sk_buff_head namedq; member
402 skb_queue_head_init(&n->bc_entry.namedq); in tipc_node_create()
418 &n->bc_entry.namedq, in tipc_node_create()
1011 &n->bc_entry.namedq, &l)) { in tipc_node_check_dest()
1772 if (unlikely(!skb_queue_empty(&n->bc_entry.namedq))) in tipc_rcv()
1773 tipc_named_rcv(net, &n->bc_entry.namedq); in tipc_rcv()