Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
178 struct tun_struct { struct179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];180 unsigned int numqueues;181 unsigned int flags;182 kuid_t owner;183 kgid_t group;185 struct net_device *dev;186 netdev_features_t set_features;190 int align;191 int vnet_hdr_sz;[all …]