Lines Matching refs:vxlan_rdst
179 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu()
183 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu()
186 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl()
190 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()
259 const struct vxlan_rdst *rdst) in vxlan_fdb_info()
365 struct vxlan_rdst *rd, int type) in __vxlan_fdb_notify()
392 const struct vxlan_rdst *rd, in vxlan_fdb_switchdev_notifier_info()
410 struct vxlan_rdst *rd, in vxlan_fdb_switchdev_call_notifiers()
430 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify()
460 struct vxlan_rdst remote = { in vxlan_ip_miss()
473 struct vxlan_rdst remote = { }; in vxlan_fdb_miss()
551 static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f, in vxlan_fdb_find_rdst()
555 struct vxlan_rdst *rd; in vxlan_fdb_find_rdst()
573 struct vxlan_rdst *rdst; in vxlan_fdb_find_uc()
603 const struct vxlan_rdst *rdst, in vxlan_fdb_notify_one()
620 struct vxlan_rdst *rdst; in vxlan_fdb_replay()
655 struct vxlan_rdst *rdst; in vxlan_fdb_clear_offload()
678 __u32 ifindex, struct vxlan_rdst *oldrd) in vxlan_fdb_replace()
680 struct vxlan_rdst *rd; in vxlan_fdb_replace()
686 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace()
703 __u32 ifindex, struct vxlan_rdst **rdp) in vxlan_fdb_append()
705 struct vxlan_rdst *rd; in vxlan_fdb_append()
928 struct vxlan_rdst *rd = NULL; in vxlan_fdb_create()
959 struct vxlan_rdst *rd, *nd; in __vxlan_fdb_free()
986 struct vxlan_rdst *rd; in vxlan_fdb_destroy()
1008 struct vxlan_rdst *rd = container_of(head, struct vxlan_rdst, rcu); in vxlan_dst_free()
1024 struct vxlan_rdst *rd = NULL; in vxlan_fdb_update_existing()
1025 struct vxlan_rdst oldrd; in vxlan_fdb_update_existing()
1184 struct vxlan_rdst *rd, bool swdev_notify) in vxlan_fdb_dst_destroy()
1313 struct vxlan_rdst *rd = NULL; in __vxlan_fdb_delete()
1382 struct vxlan_rdst *rd; in vxlan_fdb_dump()
1477 struct vxlan_rdst *rdst = first_remote_rcu(f); in vxlan_snoop()
2591 __be32 default_vni, struct vxlan_rdst *rdst, in vxlan_xmit_one()
2845 struct vxlan_rdst nh_rdst; in vxlan_xmit_nh()
2850 memset(&nh_rdst, 0, sizeof(struct vxlan_rdst)); in vxlan_xmit_nh()
2883 struct vxlan_rdst *rdst, *fdst = NULL; in vxlan_xmit()
3158 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_change_mtu()
3450 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_get_link_ksettings()
3785 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_config_apply()
3864 struct vxlan_rdst *dst; in __vxlan_dev_create()
4249 struct vxlan_rdst *dst; in vxlan_changelink()
4357 const struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_fill_info()
4514 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_handle_lowerdev_unregister()
4559 struct vxlan_rdst *rdst; in vxlan_fdb_offloaded_set()