Searched refs:ntfile (Results 1 – 1 of 1) sorted by relevance
576 struct tun_file *ntfile; in __tun_detach() local595 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()[all …]