Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dif_tun.h34 struct tun_struct { struct
35 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 …]