Lines Matching refs:tfiles
179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
640 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
641 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
642 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
644 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
700 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
717 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
823 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1017 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1125 tfile = rtnl_dereference(tun->tfiles[i]); in tun_xdp_set()
1207 tfile = rcu_dereference(tun->tfiles[smp_processor_id() % in tun_xdp_xmit()
2837 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_filter()
2852 tfile = rtnl_dereference(tun->tfiles[i]); in tun_attach_filter()
2872 tfile = rtnl_dereference(tun->tfiles[i]); in tun_set_sndbuf()
3565 tfile = rtnl_dereference(tun->tfiles[i]); in tun_queue_resize()
3598 tfile = rtnl_dereference(tun->tfiles[i]); in tun_device_event()