Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c35 struct mlx5e_accel_fs_esp_prot fs_prot[ACCEL_FS_ESP_NUM_TYPES]; member
54 struct mlx5e_accel_fs_esp_prot *fs_prot, in rx_err_add_rule() argument
92 &fs_prot->default_dest, 1); in rx_err_add_rule()
112 struct mlx5e_accel_fs_esp_prot *fs_prot) in rx_fs_create() argument
115 struct mlx5_flow_table *ft = fs_prot->ft; in rx_fs_create()
139 fs_prot->miss_group = miss_group; in rx_fs_create()
142 miss_rule = mlx5_add_flow_rules(ft, spec, &flow_act, &fs_prot->default_dest, 1); in rx_fs_create()
144 mlx5_destroy_flow_group(fs_prot->miss_group); in rx_fs_create()
149 fs_prot->miss_rule = miss_rule; in rx_fs_create()
158 struct mlx5e_accel_fs_esp_prot *fs_prot; in rx_destroy() local
[all …]