Lines Matching defs:vni
63 #define VXLAN_RCO_MASK cpu_to_be32(0x7f) /* Last byte of vni field */
213 __be32 vni;
236 struct vxlan_dev_node hlist4; /* vni hash table for IPv4 socket */
238 struct vxlan_dev_node hlist6; /* vni hash table for IPv6 socket */
354 static inline __be32 vxlan_vni_field(__be32 vni)
357 return (__force __be32)((__force u32)vni << 8);
359 return (__force __be32)((__force u32)vni >> 8);
434 __be32 vni;
440 int vxlan_fdb_find_uc(struct net_device *dev, const u8 *mac, __be32 vni,
442 int vxlan_fdb_replay(const struct net_device *dev, __be32 vni,
445 void vxlan_fdb_clear_offload(const struct net_device *dev, __be32 vni);
449 vxlan_fdb_find_uc(struct net_device *dev, const u8 *mac, __be32 vni,
455 static inline int vxlan_fdb_replay(const struct net_device *dev, __be32 vni,
463 vxlan_fdb_clear_offload(const struct net_device *dev, __be32 vni)