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;
210 struct hlist_head flows[TUN_NUM_FLOW_ENTRIES];
211 struct timer_list flow_gc_timer;
212 unsigned long ageing_time;
213 unsigned int numdisabled;
214 struct list_head disabled;
215 void *security;
216 u32 flow_count;
217 u32 rx_batched;
218 struct tun_pcpu_stats __percpu *pcpu_stats;
219 struct bpf_prog __rcu *xdp_prog;
220 struct tun_prog __rcu *steering_prog;
221 struct tun_prog __rcu *filter_prog;
222 struct ethtool_link_ksettings link_ksettings;