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