Searched refs:rcvq (Results 1 – 1 of 1) sorted by relevance
1174 struct sk_buff_head list_kill, *rcvq = &sk->sk_receive_queue; in first_packet_length() local1180 spin_lock_bh(&rcvq->lock); in first_packet_length()1181 while ((skb = skb_peek(rcvq)) != NULL && in first_packet_length()1188 __skb_unlink(skb, rcvq); in first_packet_length()1192 spin_unlock_bh(&rcvq->lock); in first_packet_length()