Searched refs:vxlan_rdst (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/vxlan/ |
D | vxlan_private.h | 62 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() 66 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 69 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl() 73 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()
|
D | vxlan_core.c | 200 const struct vxlan_rdst *rdst) in vxlan_fdb_info() 306 struct vxlan_rdst *rd, int type) in __vxlan_fdb_notify() 333 const struct vxlan_rdst *rd, in vxlan_fdb_switchdev_notifier_info() 351 struct vxlan_rdst *rd, in vxlan_fdb_switchdev_call_notifiers() 371 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify() 401 struct vxlan_rdst remote = { in vxlan_ip_miss() 414 struct vxlan_rdst remote = { }; in vxlan_fdb_miss() 492 static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f, in vxlan_fdb_find_rdst() 496 struct vxlan_rdst *rd; in vxlan_fdb_find_rdst() 514 struct vxlan_rdst *rdst; in vxlan_fdb_find_uc() [all …]
|
D | vxlan_vnifilter.c | 480 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_update_default_fdb_entry() 522 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_vni_update_group() 619 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_vni_delete_group()
|
/linux-6.1.9/include/net/ |
D | vxlan.h | 199 struct vxlan_rdst { struct 293 struct vxlan_rdst default_dst; /* default destination */ 547 struct vxlan_rdst *rdst) in vxlan_fdb_nh_path_select()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun_vxlan.c | 149 const struct vxlan_rdst *dst = &vxlan->default_dst; in mlx5e_tc_tun_get_remote_ifindex()
|
/linux-6.1.9/Documentation/networking/ |
D | checksum-offloads.rst | 142 flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that RCO should be
|