Searched defs:tun_file (Results 1 – 1 of 1) sorted by relevance
170 struct tun_file { struct171 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 …]