Searched defs:tun_struct (Results 1 – 1 of 1) sorted by relevance
90 struct tun_struct { struct91 struct list_head list;92 unsigned int flags;93 int attached;94 uid_t owner;95 gid_t group;97 wait_queue_head_t read_wait;98 struct sk_buff_head readq;100 struct net_device *dev;101 struct fasync_struct *fasync;[all …]