Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
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;
209 static inline u16 tun16_to_cpu(struct tun_struct *tun, __virtio16 val) in tun16_to_cpu() argument