Home
last modified time | relevance | path

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

/linux-6.12.1/net/packet/
Daf_packet.c602 struct sk_buff_head *rb_queue) in prb_shutdown_retire_blk_timer() argument
608 spin_lock_bh(&rb_queue->lock); in prb_shutdown_retire_blk_timer()
610 spin_unlock_bh(&rb_queue->lock); in prb_shutdown_retire_blk_timer()
4476 struct sk_buff_head *rb_queue; in packet_set_ring() local
4483 rb_queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue; in packet_set_ring()
4592 spin_lock_bh(&rb_queue->lock); in packet_set_ring()
4599 spin_unlock_bh(&rb_queue->lock); in packet_set_ring()
4607 skb_queue_purge(rb_queue); in packet_set_ring()
4623 prb_shutdown_retire_blk_timer(po, rb_queue); in packet_set_ring()