Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
181 struct tun_struct { struct182 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];183 unsigned int numqueues;184 unsigned int flags;185 kuid_t owner;186 kgid_t group;188 struct net_device *dev;189 netdev_features_t set_features;193 int align;194 int vnet_hdr_sz;[all …]