Lines Matching defs:vxlan_dev
281 struct vxlan_dev { struct
282 struct vxlan_dev_node hlist4; /* vni hash table for IPv4 socket */ argument
284 struct vxlan_dev_node hlist6; /* vni hash table for IPv6 socket */ argument
286 struct list_head next; /* vxlan's per namespace list */
287 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
289 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
291 struct net_device *dev;
292 struct net *net; /* netns for packet i/o */
293 struct vxlan_rdst default_dst; /* default destination */
295 struct timer_list age_timer;
296 spinlock_t hash_lock[FDB_HASH_SIZE];
297 unsigned int addrcnt;
298 struct gro_cells gro_cells;
300 struct vxlan_config cfg;
302 struct vxlan_vni_group __rcu *vnigrp;
304 struct hlist_head fdb_head[FDB_HASH_SIZE];