Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
34 struct tun_struct { struct35 char *name;36 unsigned long flags;37 int attached;38 uid_t owner;40 wait_queue_head_t read_wait;41 struct sk_buff_head readq;43 struct net_device dev;44 struct net_device_stats stats;46 struct fasync_struct *fasync;[all …]