Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c34 struct mlx5e_accel_fs_esp_prot fs_prot[ACCEL_FS_ESP_NUM_TYPES]; member
52 struct mlx5e_accel_fs_esp_prot *fs_prot, in rx_err_add_rule() argument
90 &fs_prot->default_dest, 1); in rx_err_add_rule()
133 struct mlx5e_accel_fs_esp_prot *fs_prot, in rx_err_create_ft() argument
152 err = rx_err_add_rule(priv, fs_prot, rx_err); in rx_err_create_ft()
164 static void rx_fs_destroy(struct mlx5e_accel_fs_esp_prot *fs_prot) in rx_fs_destroy() argument
166 if (fs_prot->miss_rule) { in rx_fs_destroy()
167 mlx5_del_flow_rules(fs_prot->miss_rule); in rx_fs_destroy()
168 fs_prot->miss_rule = NULL; in rx_fs_destroy()
171 if (fs_prot->miss_group) { in rx_fs_destroy()
[all …]