Searched defs:tun_file (Results 1 – 1 of 1) sorted by relevance
160 struct tun_file { struct161 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;[all …]