Searched refs:default_dst (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | ipsec_fs_roce.c | 132 struct mlx5_flow_destination *default_dst, in ipsec_fs_roce_rx_rule_setup() argument 167 if (default_dst->type == MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE) in ipsec_fs_roce_rx_rule_setup() 169 rule = mlx5_add_flow_rules(roce->ft, spec, &flow_act, default_dst, 1); in ipsec_fs_roce_rx_rule_setup() 183 if (default_dst->type == MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE) in ipsec_fs_roce_rx_rule_setup() 711 struct mlx5_flow_destination *default_dst, in mlx5_ipsec_fs_roce_rx_create() argument 800 err = ipsec_fs_roce_rx_rule_setup(mdev, default_dst, roce); in mlx5_ipsec_fs_roce_rx_create()
|
| H A D | ipsec_fs_roce.h | 18 struct mlx5_flow_destination *default_dst,
|
| /linux/drivers/net/vxlan/ |
| 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() 562 vxlan->default_dst.remote_ifindex)) { in vxlan_vni_update_group() 617 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_vni_delete_group() 887 if (vxlan_addr_multicast(&group) && !vxlan->default_dst.remote_ifindex) { in vxlan_process_vni_filter()
|
| H A D | vxlan_core.c | 120 } else if (node->vxlan->default_dst.remote_vni != vni) { in vxlan_vs_find_vni() 222 if (rdst->remote_vni != vxlan->default_dst.remote_vni && in vxlan_fdb_info() 387 key.vni = vxlan->default_dst.remote_vni; in vxlan_find_mac_rcu() 825 switch (vxlan->default_dst.remote_ip.sa.sa_family) { in vxlan_fdb_nh_update() 1163 union vxlan_addr *remote = &vxlan->default_dst.remote_ip; in vxlan_fdb_parse() 1193 *vni = vxlan->default_dst.remote_vni; in vxlan_fdb_parse() 1203 *src_vni = vxlan->default_dst.remote_vni; in vxlan_fdb_parse() 1256 if (vxlan->default_dst.remote_ip.sa.sa_family != ip.sa.sa_family) in vxlan_fdb_add() 1400 vni = vxlan->default_dst.remote_vni; in vxlan_fdb_get() 1478 vxlan->default_dst.remote_vni, in vxlan_snoop() [all …]
|
| H A D | vxlan_mdb.c | 196 if (rd->remote_vni != vxlan->default_dst.remote_vni && in vxlan_mdb_entry_info_fill() 610 cfg->group.vni = vxlan->default_dst.remote_vni; in vxlan_mdb_config_init() 615 cfg->remote_vni = vxlan->default_dst.remote_vni; in vxlan_mdb_config_init() 965 if (rd->remote_vni != vxlan->default_dst.remote_vni) in vxlan_mdb_nlmsg_remote_size() 1473 group->vni = vxlan->default_dst.remote_vni; in vxlan_mdb_get_parse() 1621 src_vni = vxlan->default_dst.remote_vni; in vxlan_mdb_entry_skb_get()
|
| /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/include/net/ |
| H A D | vxlan.h | 296 struct vxlan_rdst default_dst; /* default destination */ member
|