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