Lines Matching defs:tun_file
160 struct tun_file { struct
161 struct sock sk;
162 struct socket socket;
163 struct tun_struct __rcu *tun;
164 struct fasync_struct *fasync;
166 unsigned int flags;
167 union {
171 struct napi_struct napi;
172 bool napi_enabled;
173 bool napi_frags_enabled;
174 struct mutex napi_mutex; /* Protects access to the above napi */
175 struct list_head next;
176 struct tun_struct *detached;
177 struct ptr_ring tx_ring;
178 struct xdp_rxq_info xdp_rxq;