Searched refs:vxlan_rdst (Results 1 – 6 of 6) sorted by relevance
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()
496 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 …]
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()
199 struct vxlan_rdst { struct293 struct vxlan_rdst default_dst; /* default destination */547 struct vxlan_rdst *rdst) in vxlan_fdb_nh_path_select()
149 const struct vxlan_rdst *dst = &vxlan->default_dst; in mlx5e_tc_tun_get_remote_ifindex()
142 flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that RCO should be
Completed in 20 milliseconds