Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dtun.c189 struct tun_struct { struct
190 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
191 unsigned int numqueues;
192 unsigned int flags;
193 kuid_t owner;
194 kgid_t group;
196 struct net_device *dev;
197 netdev_features_t set_features;
201 int align;
202 int vnet_hdr_sz;
[all …]