Lines Matching refs:vxlan_fdb
73 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()
464 struct vxlan_fdb *f; in vxlan_find_mac()
474 static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f, in vxlan_fdb_find_rdst()
492 static int vxlan_fdb_replace(struct vxlan_fdb *f, in vxlan_fdb_replace()
515 static int vxlan_fdb_append(struct vxlan_fdb *f, in vxlan_fdb_append()
640 static struct vxlan_fdb *vxlan_fdb_alloc(struct vxlan_dev *vxlan, in vxlan_fdb_alloc()
644 struct vxlan_fdb *f; in vxlan_fdb_alloc()
663 struct vxlan_fdb **fdb) in vxlan_fdb_create()
666 struct vxlan_fdb *f; in vxlan_fdb_create()
701 struct vxlan_fdb *f; in vxlan_fdb_update()
768 struct vxlan_fdb *f = container_of(head, struct vxlan_fdb, rcu); in vxlan_fdb_free()
778 static void vxlan_fdb_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f, in vxlan_fdb_destroy()
800 static void vxlan_fdb_dst_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f, in vxlan_fdb_dst_destroy()
914 struct vxlan_fdb *f; in __vxlan_fdb_delete()
976 struct vxlan_fdb *f; in vxlan_fdb_dump()
1010 struct vxlan_fdb *f; in vxlan_snoop()
1526 struct vxlan_fdb *f; in arp_reduce()
1681 struct vxlan_fdb *f; in neigh_reduce()
2282 struct vxlan_fdb *f; in vxlan_xmit()
2380 struct vxlan_fdb *f in vxlan_cleanup()
2381 = container_of(p, struct vxlan_fdb, hlist); in vxlan_cleanup()
2442 struct vxlan_fdb *f; in vxlan_fdb_delete_default()
2495 struct vxlan_fdb *f in vxlan_flush()
2496 = container_of(p, struct vxlan_fdb, hlist); in vxlan_flush()
3192 struct vxlan_fdb *f = NULL; in __vxlan_dev_create()
3469 struct vxlan_fdb *f = NULL; in vxlan_changelink()