Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c222 sa_entry->ipsec_rule.auth.fc = flow_counter; in rx_add_rule_drop_auth_trailer()
242 sa_entry->ipsec_rule.auth.rule = rule; in rx_add_rule_drop_auth_trailer()
251 sa_entry->ipsec_rule.trailer.fc = flow_counter; in rx_add_rule_drop_auth_trailer()
262 sa_entry->ipsec_rule.trailer.rule = rule; in rx_add_rule_drop_auth_trailer()
268 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.trailer.fc); in rx_add_rule_drop_auth_trailer()
270 mlx5_del_flow_rules(sa_entry->ipsec_rule.auth.rule); in rx_add_rule_drop_auth_trailer()
272 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.auth.fc); in rx_add_rule_drop_auth_trailer()
321 sa_entry->ipsec_rule.replay.rule = rule; in rx_add_rule_drop_replay()
322 sa_entry->ipsec_rule.replay.fc = flow_counter; in rx_add_rule_drop_replay()
1998 sa_entry->ipsec_rule.status_pass = rule; in rx_add_rule_sa_selector()
[all …]
H A Dipsec.h285 struct mlx5e_ipsec_rule ipsec_rule; member
305 struct mlx5e_ipsec_rule ipsec_rule; member
H A Dipsec.c1081 struct mlx5e_ipsec_rule *ipsec_rule = &sa_entry->ipsec_rule; in mlx5e_xfrm_update_stats() local
1098 mlx5_fc_query_cached(ipsec_rule->auth.fc, &auth_bytes, in mlx5e_xfrm_update_stats()
1103 mlx5_fc_query_cached(ipsec_rule->trailer.fc, &trailer_bytes, in mlx5e_xfrm_update_stats()
1112 mlx5_fc_query_cached(ipsec_rule->replay.fc, &replay_bytes, in mlx5e_xfrm_update_stats()
1118 mlx5_fc_query_cached(ipsec_rule->fc, &bytes, &packets, &lastuse); in mlx5e_xfrm_update_stats()