Lines Matching refs:tfiles
179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
520 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
521 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
522 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
568 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
584 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
634 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
818 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1807 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_filter()
1820 tfile = rtnl_dereference(tun->tfiles[i]); in tun_attach_filter()
1839 tfile = rtnl_dereference(tun->tfiles[i]); in tun_set_sndbuf()