Lines Matching defs:tun_struct
209 struct tun_struct { struct
210 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES];
211 unsigned int numqueues;
212 unsigned int flags;
213 kuid_t owner;
214 kgid_t group;
216 struct net_device *dev;
217 netdev_features_t set_features;
221 int align;
222 int vnet_hdr_sz;
223 int sndbuf;
224 struct tap_filter txflt;
225 struct sock_fprog fprog;
227 bool filter_attached;
229 int debug;
231 spinlock_t lock;
232 struct hlist_head flows[TUN_NUM_FLOW_ENTRIES];
233 struct timer_list flow_gc_timer;
234 unsigned long ageing_time;
235 unsigned int numdisabled;
236 struct list_head disabled;
237 void *security;
238 u32 flow_count;
239 u32 rx_batched;
240 struct tun_pcpu_stats __percpu *pcpu_stats;
241 struct bpf_prog __rcu *xdp_prog;
242 struct tun_prog __rcu *steering_prog;
243 struct tun_prog __rcu *filter_prog;
244 struct ethtool_link_ksettings link_ksettings;