Home
last modified time | relevance | path

Searched defs:tun_file (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/
Dtun.c170 struct tun_file { struct
171 struct sock sk;
172 struct socket socket;
173 struct socket_wq wq;
174 struct tun_struct __rcu *tun;
175 struct fasync_struct *fasync;
177 unsigned int flags;
178 union {
182 struct napi_struct napi;
183 bool napi_enabled;
[all …]