Home
last modified time | relevance | path

Searched refs:tfiles (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/
H A Dtun.c183 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
592 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
593 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
595 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
601 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
669 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
686 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
816 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1014 tfile = rtnl_dereference(tun->tfiles[i]); in tun_net_close()
1070 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
[all …]