Lines Matching defs:tun_file
132 struct tun_file { struct
133 struct sock sk;
134 struct socket socket;
135 struct tun_struct __rcu *tun;
136 struct fasync_struct *fasync;
138 unsigned int flags;
139 union {
143 struct napi_struct napi;
144 bool napi_enabled;
145 bool napi_frags_enabled;
146 struct mutex napi_mutex; /* Protects access to the above napi */
147 struct list_head next;
148 struct tun_struct *detached;
149 struct ptr_ring tx_ring;
150 struct xdp_rxq_info xdp_rxq;