Lines Matching defs:tun_file
170 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;
184 bool napi_frags_enabled;
185 struct mutex napi_mutex; /* Protects access to the above napi */
186 struct list_head next;
187 struct tun_struct *detached;
211 /* Since the socket were moved to tun_file, to preserve the behavior of persist argument