Lines Matching defs:tun_struct
180 struct tun_struct { struct
181 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
182 unsigned int numqueues;
183 unsigned int flags;
184 kuid_t owner;
185 kgid_t group;
187 struct net_device *dev;
188 netdev_features_t set_features;
192 int align;
193 int vnet_hdr_sz;
194 int sndbuf;
195 struct tap_filter txflt;
196 struct sock_fprog fprog;
198 bool filter_attached;
199 u32 msg_enable;
200 spinlock_t lock;
224 static void tun_flow_init(struct tun_struct *tun); argument