Lines Matching refs:tfiles
179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
466 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
467 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
468 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
517 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
531 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
579 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
763 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1762 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_filter()
1775 tfile = rtnl_dereference(tun->tfiles[i]); in tun_attach_filter()
1793 tfile = rtnl_dereference(tun->tfiles[i]); in tun_set_sndbuf()