Searched refs:vxlan_fdb (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/vxlan/ |
D | vxlan_private.h | 28 struct vxlan_fdb { struct 62 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() argument 69 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl() 116 u32 nhid, struct vxlan_fdb **fdb,
|
D | vxlan_core.c | 198 const struct vxlan_fdb *fdb, in vxlan_fdb_info() 305 static void __vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in __vxlan_fdb_notify() 332 const struct vxlan_fdb *fdb, in vxlan_fdb_switchdev_notifier_info() 350 struct vxlan_fdb *fdb, in vxlan_fdb_switchdev_call_notifiers() 370 static int vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify() 398 struct vxlan_fdb f = { in vxlan_ip_miss() 411 struct vxlan_fdb f = { in vxlan_fdb_miss() 459 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan, in __vxlan_find_mac() 463 struct vxlan_fdb *f; in __vxlan_find_mac() 479 static struct vxlan_fdb *vxlan_find_mac(struct vxlan_dev *vxlan, in vxlan_find_mac() [all …]
|