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