Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
209 struct tun_struct { struct210 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];211 unsigned int numqueues;212 unsigned int flags;213 kuid_t owner;214 kgid_t group;216 struct net_device *dev;217 netdev_features_t set_features;221 int align;222 int vnet_hdr_sz;[all …]