Home
last modified time | relevance | path

Searched refs:mlx5_modify_rule_destination (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/linux/mlx5/
Dfs.h295 int mlx5_modify_rule_destination(struct mlx5_flow_handle *handler,
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c510 mlx5_modify_rule_destination(rx->status.rule, &new_dest, &old_dest); in handle_ipsec_rx_bringup()
511 mlx5_modify_rule_destination(rx->sa.rule, &new_dest, &old_dest); in handle_ipsec_rx_bringup()
523 mlx5_modify_rule_destination(rx->sa.rule, &new_dest, &old_dest); in handle_ipsec_rx_cleanup()
524 mlx5_modify_rule_destination(rx->status.rule, &new_dest, &old_dest); in handle_ipsec_rx_cleanup()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dport_sel.c576 err = mlx5_modify_rule_destination(def->rules[idx], &dest, NULL); in __mlx5_lag_modify_definers_destinations()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.c742 return mlx5_modify_rule_destination(ttc->rules[type].rule, new_dest, in mlx5_ttc_fwd_dest()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c621 err = mlx5_modify_rule_destination(rule, &dst, NULL); in arfs_modify_rule_rq()
Dfs_core.c1226 int mlx5_modify_rule_destination(struct mlx5_flow_handle *handle, in mlx5_modify_rule_destination() function
Deswitch_offloads.c4422 return mlx5_modify_rule_destination(rule, &new_dest, &old_dest); in mlx5_eswitch_restore_ipsec_rule()