Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
215 struct tun_struct { struct216 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];217 unsigned int numqueues;218 unsigned int flags;219 kuid_t owner;220 kgid_t group;222 struct net_device *dev;223 netdev_features_t set_features;227 int align;228 int vnet_hdr_sz;[all …]