Lines Matching defs:vxlan_dev
235 struct vxlan_dev { struct
236 struct vxlan_dev_node hlist4; /* vni hash table for IPv4 socket */ argument
238 struct vxlan_dev_node hlist6; /* vni hash table for IPv6 socket */ argument
240 struct list_head next; /* vxlan's per namespace list */
241 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
243 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
245 struct net_device *dev;
246 struct net *net; /* netns for packet i/o */
247 struct vxlan_rdst default_dst; /* default destination */
249 struct timer_list age_timer;
250 spinlock_t hash_lock[FDB_HASH_SIZE];
251 unsigned int addrcnt;
252 struct gro_cells gro_cells;
254 struct vxlan_config cfg;
256 struct hlist_head fdb_head[FDB_HASH_SIZE];