Lines Matching defs:vxlan_config
212 struct vxlan_config { struct
213 union vxlan_addr remote_ip;
214 union vxlan_addr saddr;
215 __be32 vni;
216 int remote_ifindex;
217 int mtu;
218 __be16 dst_port;
219 u16 port_min;
220 u16 port_max;
221 u8 tos;
222 u8 ttl;
223 __be32 label;
224 enum ifla_vxlan_label_policy label_policy;
225 u32 flags;
226 unsigned long age_interval;
227 unsigned int addrmax;
228 bool no_share;
229 enum ifla_vxlan_df df;
230 struct vxlanhdr reserved_bits;