Lines Matching refs:tfiles
182 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
643 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
644 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
645 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
647 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
703 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
720 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
826 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1020 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1153 tfile = rtnl_dereference(tun->tfiles[i]); in tun_xdp_set()
1236 tfile = rcu_dereference(tun->tfiles[smp_processor_id() % in tun_xdp_xmit()
2885 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_filter()
2900 tfile = rtnl_dereference(tun->tfiles[i]); in tun_attach_filter()
2920 tfile = rtnl_dereference(tun->tfiles[i]); in tun_set_sndbuf()
3562 tfile = rtnl_dereference(tun->tfiles[i]); in tun_queue_resize()
3595 tfile = rtnl_dereference(tun->tfiles[i]); in tun_device_event()