Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dlink.c204 struct sk_buff_head wakeupq; member
555 skb_queue_head_init(&l->wakeupq); in tipc_link_create()
919 skb_queue_tail(&l->wakeupq, skb); in link_schedule_user()
933 struct sk_buff_head *wakeupq = &l->wakeupq; in link_prepare_wakeup() local
945 skb_queue_walk_safe(wakeupq, skb, tmp) { in link_prepare_wakeup()
950 __skb_unlink(skb, wakeupq); in link_prepare_wakeup()
988 spin_lock_bh(&l->wakeupq.lock); in tipc_link_reset()
989 skb_queue_splice_init(&l->wakeupq, &list); in tipc_link_reset()
990 spin_unlock_bh(&l->wakeupq.lock); in tipc_link_reset()
1850 if (unlikely(!skb_queue_empty(&l->wakeupq))) in tipc_link_rcv()
[all …]