Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dvxlan.c88 struct vxlan_fdb { struct
216 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu()
221 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()
352 static void vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify()
381 struct vxlan_fdb f = { in vxlan_ip_miss()
394 struct vxlan_fdb f = { in vxlan_fdb_miss()
426 static struct vxlan_fdb *__vxlan_find_mac(struct vxlan_dev *vxlan, in __vxlan_find_mac()
430 struct vxlan_fdb *f; in __vxlan_find_mac()
440 static struct vxlan_fdb *vxlan_find_mac(struct vxlan_dev *vxlan, in vxlan_find_mac()
[all …]