Lines Matching defs:tun_struct
189 struct tun_struct { struct
190 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
191 unsigned int numqueues;
192 unsigned int flags;
193 kuid_t owner;
194 kgid_t group;
196 struct net_device *dev;
197 netdev_features_t set_features;
201 int align;
202 int vnet_hdr_sz;
203 int sndbuf;
204 struct tap_filter txflt;
205 struct sock_fprog fprog;
207 bool filter_attached;
208 u32 msg_enable;
209 spinlock_t lock;
233 static void tun_flow_init(struct tun_struct *tun); argument