Searched refs:wakeupq (Results 1 – 3 of 3) sorted by relevance
201 struct sk_buff_head wakeupq; member
180 tipc_sk_rcv(net, &tn->bclink->link.wakeupq); in tipc_bclink_wakeup_users()254 if (unlikely(released && !skb_queue_empty(&tn->bcl->wakeupq))) in tipc_bclink_acknowledge()895 skb_queue_head_init(&bcl->wakeupq); in tipc_bclink_init()
287 skb_queue_head_init(&l_ptr->wakeupq); in tipc_link_create()364 skb_queue_tail(&link->wakeupq, skb); in link_schedule_user()384 skb_queue_walk_safe(&l->wakeupq, skb, tmp) { in link_prepare_wakeup()390 skb_unlink(skb, &l->wakeupq); in link_prepare_wakeup()466 skb_queue_splice_init(&l_ptr->wakeupq, owner->inputq); in tipc_link_reset()1115 if (released && !skb_queue_empty(&l_ptr->wakeupq)) in tipc_rcv()