Lines Matching defs:vxlan_dev
284 struct vxlan_dev { struct
285 struct vxlan_dev_node hlist4; /* vni hash table for IPv4 socket */ argument
287 struct vxlan_dev_node hlist6; /* vni hash table for IPv6 socket */ argument
289 struct list_head next; /* vxlan's per namespace list */
290 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
292 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
294 struct net_device *dev;
295 struct net *net; /* netns for packet i/o */
296 struct vxlan_rdst default_dst; /* default destination */
298 struct timer_list age_timer;
299 spinlock_t hash_lock[FDB_HASH_SIZE];
300 unsigned int addrcnt;
301 struct gro_cells gro_cells;
303 struct vxlan_config cfg;
305 struct vxlan_vni_group __rcu *vnigrp;
307 struct hlist_head fdb_head[FDB_HASH_SIZE];
309 struct rhashtable mdb_tbl;
310 struct hlist_head mdb_list;
311 unsigned int mdb_seq;