Searched refs:vxlan_rdst (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 158 const struct vxlan_rdst *rdst) in vxlan_fdb_info() 264 struct vxlan_rdst *rd, int type) in __vxlan_fdb_notify() 290 const struct vxlan_rdst *rd, in vxlan_fdb_switchdev_notifier_info() 308 struct vxlan_rdst *rd, in vxlan_fdb_switchdev_call_notifiers() 328 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify() 358 struct vxlan_rdst remote = { in vxlan_ip_miss() 371 struct vxlan_rdst remote = { }; in vxlan_fdb_miss() 426 static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f, in vxlan_fdb_find_rdst() 430 struct vxlan_rdst *rd; in vxlan_fdb_find_rdst() 448 struct vxlan_rdst *rdst = NULL; in vxlan_fdb_find_uc() [all …]
|
| H A D | vxlan_mdb.c | 36 struct vxlan_rdst __rcu *rd; 167 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_entry_info_fill() 677 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_remote_lookup() 688 struct vxlan_rdst *rd = container_of(head, struct vxlan_rdst, rcu); in vxlan_mdb_rdst_free() 697 struct vxlan_rdst *rd; in vxlan_mdb_remote_rdst_init() 721 static void vxlan_mdb_remote_rdst_fini(struct vxlan_rdst *rd) in vxlan_mdb_remote_rdst_fini() 819 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_remote_src_fwd_del() 942 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_nlmsg_remote_size() 1093 struct vxlan_rdst *new_rd, *old_rd = rtnl_dereference(remote->rd); in vxlan_mdb_remote_replace() 1394 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_remotes_flush()
|
| H A D | vxlan_vnifilter.c | 480 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_update_default_fdb_entry() 520 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_vni_update_group() 617 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_vni_delete_group()
|
| /linux/include/net/ |
| H A D | vxlan.h | 200 struct vxlan_rdst { struct 296 struct vxlan_rdst default_dst; /* default destination */ 566 struct vxlan_rdst *rdst) in vxlan_fdb_nh_path_select()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_vxlan.c | 244 const struct vxlan_rdst *dst = &vxlan->default_dst; in mlx5e_tc_tun_get_remote_ifindex()
|
| /linux/Documentation/networking/ |
| H A D | checksum-offloads.rst | 142 flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that RCO should be
|