Searched defs:vxlan_mdb_config (Results 1 – 1 of 1) sorted by relevance
63 struct vxlan_mdb_config { struct64 struct vxlan_dev *vxlan;65 struct vxlan_mdb_entry_key group;66 struct list_head src_list;67 union vxlan_addr remote_ip;68 u32 remote_ifindex;92 static int __vxlan_mdb_add(const struct vxlan_mdb_config *cfg, argument