Home
last modified time | relevance | path

Searched defs:vxlan_mdb_config (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/vxlan/
Dvxlan_mdb.c63 struct vxlan_mdb_config { struct
64 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