Searched defs:tun_file (Results 1 – 1 of 1) sorted by relevance
131 struct tun_file { struct132 struct sock sk;133 struct socket socket;134 struct tun_struct __rcu *tun;135 struct fasync_struct *fasync;137 unsigned int flags;138 union {142 struct napi_struct napi;143 bool napi_enabled;144 bool napi_frags_enabled;[all …]