Lines Matching defs:amt_dev
313 struct amt_dev { struct
314 struct net_device *dev;
315 struct net_device *stream_dev;
316 struct net *net;
318 spinlock_t lock;
320 struct list_head tunnel_list;
321 struct gro_cells gro_cells;
324 struct delayed_work discovery_wq;
326 struct delayed_work req_wq;
328 struct delayed_work secret_wq;
329 struct work_struct event_wq;
331 enum amt_status status;
333 siphash_key_t key;
334 struct socket __rcu *sock;
335 u32 max_groups;
336 u32 max_sources;
337 u32 hash_buckets;
338 u32 hash_seed;
340 u32 max_tunnels;
342 u32 nr_tunnels;
344 u32 mode;
346 __be16 relay_port;
348 __be16 gw_port;
350 __be32 local_ip;
352 __be32 remote_ip;
354 __be32 discovery_ip;
356 __be32 nonce;
358 bool ready4;
359 bool ready6;
360 u8 req_cnt;
361 u8 qi;
362 u64 qrv;
363 u64 qri;
365 u64 mac:48,
366 reserved:16;
368 struct amt_events events[AMT_MAX_EVENTS];
369 u8 event_idx;
370 u8 nr_events;