Lines Matching refs:tfiles
179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
652 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
653 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
654 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
656 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
716 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
733 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
841 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1080 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1209 tfile = rtnl_dereference(tun->tfiles[i]); in tun_xdp_set()
1292 tfile = rcu_dereference(tun->tfiles[smp_processor_id() % in tun_xdp_xmit()
2909 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_filter()
2924 tfile = rtnl_dereference(tun->tfiles[i]); in tun_attach_filter()
2944 tfile = rtnl_dereference(tun->tfiles[i]); in tun_set_sndbuf()
3637 tfile = rtnl_dereference(tun->tfiles[i]); in tun_queue_resize()
3670 tfile = rtnl_dereference(tun->tfiles[i]); in tun_device_event()