Searched refs:wakeupq (Results 1 – 1 of 1) sorted by relevance
179 struct sk_buff_head wakeupq; member496 skb_queue_head_init(&l->wakeupq); in tipc_link_create()819 skb_queue_tail(&l->wakeupq, skb); in link_schedule_user()835 skb_queue_walk_safe(&l->wakeupq, skb, tmp) { in link_prepare_wakeup()838 skb_unlink(skb, &l->wakeupq); in link_prepare_wakeup()856 spin_lock_bh(&l->wakeupq.lock); in tipc_link_reset()857 skb_queue_splice_init(&l->wakeupq, &list); in tipc_link_reset()858 spin_unlock_bh(&l->wakeupq.lock); in tipc_link_reset()1302 if (unlikely(!skb_queue_empty(&l->wakeupq))) in tipc_link_rcv()1657 if (unlikely(!skb_queue_empty(&l->wakeupq))) in tipc_link_proto_rcv()[all …]