Searched refs:inputq1 (Results 1 – 2 of 2) sorted by relevance
168 skb_queue_head_init(&n_ptr->bc_entry.inputq1); in tipc_node_create()178 &n_ptr->bc_entry.inputq1, in tipc_node_create()1128 if (!skb_queue_empty(&be->inputq1)) { in tipc_node_bc_rcv()1130 spin_lock_bh(&be->inputq1.lock); in tipc_node_bc_rcv()1131 skb_queue_splice_tail_init(&be->inputq1, &be->arrvq); in tipc_node_bc_rcv()1132 spin_unlock_bh(&be->inputq1.lock); in tipc_node_bc_rcv()
79 struct sk_buff_head inputq1; member