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