Home
last modified time | relevance | path

Searched refs:vxlan_fdb (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/
Dvxlan.c73 struct vxlan_fdb { struct
201 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu()
206 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl()
273 const struct vxlan_fdb *fdb, in vxlan_fdb_info()
356 static void vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify()
385 struct vxlan_fdb f = { in vxlan_ip_miss()
398 struct vxlan_fdb f = { in vxlan_fdb_miss()
441 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan, in __vxlan_find_mac()
445 struct vxlan_fdb *f; in __vxlan_find_mac()
461 static struct vxlan_fdb *vxlan_find_mac(struct vxlan_dev *vxlan, in vxlan_find_mac()
[all …]