Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dtun.c148 struct tun_struct __rcu *tun;
158 struct tun_struct *detached;
164 struct tun_struct *tun;
178 struct tun_struct { struct
209 static inline u16 tun16_to_cpu(struct tun_struct *tun, __virtio16 val) in tun16_to_cpu() argument
214 static inline __virtio16 cpu_to_tun16(struct tun_struct *tun, u16 val) in cpu_to_tun16()
235 static struct tun_flow_entry *tun_flow_create(struct tun_struct *tun, in tun_flow_create()
255 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete()
264 static void tun_flow_flush(struct tun_struct *tun) in tun_flow_flush()
279 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue()
[all …]