Lines Matching refs:tfiles
216 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
702 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
703 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
704 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
760 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
777 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
863 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1026 tfile = rtnl_dereference(tun->tfiles[i]); in tun_net_open()
1083 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1283 tfile = rcu_dereference(tun->tfiles[smp_processor_id() % in tun_xdp_xmit()
2730 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_filter()
2745 tfile = rtnl_dereference(tun->tfiles[i]); in tun_attach_filter()
2765 tfile = rtnl_dereference(tun->tfiles[i]); in tun_set_sndbuf()
3401 tfile = rtnl_dereference(tun->tfiles[i]); in tun_queue_resize()