Home
last modified time | relevance | path

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

/linux/drivers/net/vxlan/
H A Dvxlan_core.c68 .head_offset = offsetof(struct vxlan_fdb, rhnode),
69 .key_offset = offsetof(struct vxlan_fdb, key),
157 const struct vxlan_fdb *fdb, in vxlan_fdb_info()
264 static void __vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in __vxlan_fdb_notify()
290 const struct vxlan_fdb *fdb, in vxlan_fdb_switchdev_notifier_info()
308 struct vxlan_fdb *fdb, in vxlan_fdb_switchdev_call_notifiers()
328 static int vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb, in vxlan_fdb_notify()
356 struct vxlan_fdb f = { in vxlan_ip_miss()
369 struct vxlan_fdb f = { in vxlan_fdb_miss()
380 static struct vxlan_fdb *vxlan_find_mac_rcu(struct vxlan_dev *vxlan, in vxlan_find_mac_rcu()
[all …]
H A Dvxlan_private.h33 struct vxlan_fdb { struct
65 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() argument
72 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl()
185 u32 nhid, struct vxlan_fdb **fdb,