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