Lines Matching defs:tun_file
140 struct tun_file { struct
141 struct sock sk;
142 struct socket socket;
143 struct tun_struct __rcu *tun;
144 struct fasync_struct *fasync;
146 unsigned int flags;
147 union {
151 struct napi_struct napi;
152 bool napi_enabled;
153 bool napi_frags_enabled;
154 struct mutex napi_mutex; /* Protects access to the above napi */
155 struct list_head next;
156 struct tun_struct *detached;
157 struct ptr_ring tx_ring;
158 struct xdp_rxq_info xdp_rxq;