Lines Matching refs:ntfile
576 struct tun_file *ntfile; in __tun_detach() local
595 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
596 spin_lock(&ntfile->tx_ring.consumer_lock); in __tun_detach()
597 ntfile->queue_index = index; in __tun_detach()
598 ntfile->xdp_rxq.queue_index = index; in __tun_detach()
599 ntfile->cons_cnt = 0; in __tun_detach()
600 spin_unlock(&ntfile->tx_ring.consumer_lock); in __tun_detach()
617 spin_lock_bh(&ntfile->tx_ring.consumer_lock); in __tun_detach()
618 spin_lock(&ntfile->tx_ring.producer_lock); in __tun_detach()
619 ntfile->cons_cnt = 0; in __tun_detach()
621 __ptr_ring_empty(&ntfile->tx_ring)) in __tun_detach()
623 spin_unlock(&ntfile->tx_ring.producer_lock); in __tun_detach()
624 spin_unlock_bh(&ntfile->tx_ring.consumer_lock); in __tun_detach()
2844 struct tun_file *ntfile; in tun_set_iff() local
2976 ntfile = rtnl_dereference(tun->tfiles[i]); in tun_set_iff()
2977 tun_force_wake_queue(tun, ntfile); in tun_set_iff()