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