Searched refs:old_dest (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_fs.c | 604 struct mlx5_flow_destination *old_dest, in ipsec_rx_update_default_dest() argument 607 mlx5_modify_rule_destination(rx->pol_miss_rule, new_dest, old_dest); in ipsec_rx_update_default_dest() 609 new_dest, old_dest); in ipsec_rx_update_default_dest() 617 struct mlx5_flow_destination old_dest, new_dest; in handle_ipsec_rx_bringup() local 619 old_dest = ipsec_rx_decrypted_pkt_def_dest(ttc, family); in handle_ipsec_rx_bringup() 621 mlx5_ipsec_fs_roce_rx_create(ipsec->mdev, ipsec->roce, ns, &old_dest, family, in handle_ipsec_rx_bringup() 626 ipsec_rx_update_default_dest(rx, &old_dest, &new_dest); in handle_ipsec_rx_bringup() 633 struct mlx5_flow_destination old_dest, new_dest; in handle_ipsec_rx_cleanup() local 635 old_dest.ft = mlx5_ipsec_fs_roce_ft_get(ipsec->roce, family); in handle_ipsec_rx_cleanup() 636 old_dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE; in handle_ipsec_rx_cleanup() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads.c | 4845 struct mlx5_flow_destination old_dest = {}; in mlx5_eswitch_restore_ipsec_rule() local 4850 esw_setup_dest_fwd_ipsec(&old_dest, NULL, esw, esw_attr, attr_idx, 0, false); in mlx5_eswitch_restore_ipsec_rule() 4853 return mlx5_modify_rule_destination(rule, &new_dest, &old_dest); in mlx5_eswitch_restore_ipsec_rule()
|