Home
last modified time | relevance | path

Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dtun.c178 struct tun_struct { struct
179 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 …]