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