Home
last modified time | relevance | path

Searched refs:vxlan_rdst (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_private.h62 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()
A Dvxlan_core.c496 struct vxlan_rdst *rd; in vxlan_fdb_find_rdst()
514 struct vxlan_rdst *rdst; in vxlan_fdb_find_uc()
561 struct vxlan_rdst *rdst; in vxlan_fdb_replay()
596 struct vxlan_rdst *rdst; in vxlan_fdb_clear_offload()
621 struct vxlan_rdst *rd; in vxlan_fdb_replace()
646 struct vxlan_rdst *rd; in vxlan_fdb_append()
922 struct vxlan_rdst *rd; in vxlan_fdb_destroy()
944 struct vxlan_rdst *rd = container_of(head, struct vxlan_rdst, rcu); in vxlan_dst_free()
961 struct vxlan_rdst oldrd; in vxlan_fdb_update_existing()
1334 struct vxlan_rdst *rd; in vxlan_fdb_dump()
[all …]
A Dvxlan_vnifilter.c480 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.3-rc2/include/net/
A Dvxlan.h199 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_vxlan.c149 const struct vxlan_rdst *dst = &vxlan->default_dst; in mlx5e_tc_tun_get_remote_ifindex()
/linux-6.3-rc2/Documentation/networking/
A Dchecksum-offloads.rst142 flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that RCO should be

Completed in 20 milliseconds