Searched defs:tun_struct (Results 1 – 2 of 2) 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 …]
189 struct tun_struct { struct190 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];191 unsigned int numqueues;192 unsigned int flags;193 kuid_t owner;194 kgid_t group;196 struct net_device *dev;197 netdev_features_t set_features;201 int align;202 int vnet_hdr_sz;[all …]