Searched refs:ipsec_rule (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c192 sa_entry->ipsec_rule.auth.fc = flow_counter;
215 sa_entry->ipsec_rule.auth.rule = rule;
224 sa_entry->ipsec_rule.trailer.fc = flow_counter;
235 sa_entry->ipsec_rule.trailer.rule = rule;
241 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.trailer.fc);
243 mlx5_del_flow_rules(sa_entry->ipsec_rule.auth.rule);
245 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.auth.fc);
296 sa_entry->ipsec_rule.replay.rule = rule;
297 sa_entry->ipsec_rule.replay.fc = flow_counter;
1671 sa_entry->ipsec_rule
2176 struct mlx5e_ipsec_rule *ipsec_rule = &sa_entry->ipsec_rule; local
2234 struct mlx5e_ipsec_rule *ipsec_rule = &pol_entry->ipsec_rule; local
[all...]
H A Dipsec.h269 struct mlx5e_ipsec_rule ipsec_rule; member in struct:mlx5e_ipsec_sa_entry
299 struct mlx5e_ipsec_rule ipsec_rule; member in struct:mlx5e_ipsec_pol_entry
H A Dipsec.c990 struct mlx5e_ipsec_rule *ipsec_rule = &sa_entry->ipsec_rule; local
1002 mlx5_fc_query_cached(ipsec_rule->auth.fc, &bytes, &packets, &lastuse);
1006 mlx5_fc_query_cached(ipsec_rule->trailer.fc, &bytes, &packets, &lastuse);
1013 mlx5_fc_query_cached(ipsec_rule->fc, &bytes, &packets, &lastuse);
1018 mlx5_fc_query_cached(ipsec_rule->replay.fc, &bytes, &packets, &lastuse);

Completed in 172 milliseconds