Lines Matching defs:tun_struct
179 struct tun_struct { struct
180 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
181 unsigned int numqueues;
182 unsigned int flags;
183 kuid_t owner;
184 kgid_t group;
186 struct net_device *dev;
187 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