Home
last modified time | relevance | path

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

/net/ipv4/
Dudp.c1529 struct sk_buff_head *rcvq = &sk->sk_receive_queue; in udp_poll() local
1532 spin_lock_bh(&rcvq->lock); in udp_poll()
1533 while ((skb = skb_peek(rcvq)) != NULL && in udp_poll()
1537 __skb_unlink(skb, rcvq); in udp_poll()
1540 spin_unlock_bh(&rcvq->lock); in udp_poll()