Lines Matching defs:vxlan_dev
152 struct vxlan_dev { struct
153 struct hlist_node hlist; /* vni hash table */
154 struct list_head next; /* vxlan's per namespace list */
155 struct vxlan_sock *vn4_sock; /* listening socket for IPv4 */
157 struct vxlan_sock *vn6_sock; /* listening socket for IPv6 */
159 struct net_device *dev;
160 struct net *net; /* netns for packet i/o */
161 struct vxlan_rdst default_dst; /* default destination */
162 u32 flags; /* VXLAN_F_* in vxlan.h */
164 struct timer_list age_timer;
165 spinlock_t hash_lock;
166 unsigned int addrcnt;
167 struct gro_cells gro_cells;
169 struct vxlan_config cfg;
171 struct hlist_head fdb_head[FDB_HASH_SIZE];