Searched refs:ipsec_rule (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 192 sa_entry->ipsec_rule.auth.fc = flow_counter; in rx_add_rule_drop_auth_trailer() 215 sa_entry->ipsec_rule.auth.rule = rule; in rx_add_rule_drop_auth_trailer() 224 sa_entry->ipsec_rule.trailer.fc = flow_counter; in rx_add_rule_drop_auth_trailer() 235 sa_entry->ipsec_rule.trailer.rule = rule; in rx_add_rule_drop_auth_trailer() 241 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.trailer.fc); in rx_add_rule_drop_auth_trailer() 243 mlx5_del_flow_rules(sa_entry->ipsec_rule.auth.rule); in rx_add_rule_drop_auth_trailer() 245 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.auth.fc); in rx_add_rule_drop_auth_trailer() 296 sa_entry->ipsec_rule.replay.rule = rule; in rx_add_rule_drop_replay() 297 sa_entry->ipsec_rule.replay.fc = flow_counter; in rx_add_rule_drop_replay() 1670 sa_entry->ipsec_rule.rule = rule; in rx_add_rule() [all …]
|
D | ipsec.h | 269 struct mlx5e_ipsec_rule ipsec_rule; member 299 struct mlx5e_ipsec_rule ipsec_rule; member
|
D | ipsec.c | 996 struct mlx5e_ipsec_rule *ipsec_rule = &sa_entry->ipsec_rule; in mlx5e_xfrm_update_stats() local 1013 mlx5_fc_query_cached(ipsec_rule->auth.fc, &auth_bytes, in mlx5e_xfrm_update_stats() 1018 mlx5_fc_query_cached(ipsec_rule->trailer.fc, &trailer_bytes, in mlx5e_xfrm_update_stats() 1027 mlx5_fc_query_cached(ipsec_rule->replay.fc, &replay_bytes, in mlx5e_xfrm_update_stats() 1033 mlx5_fc_query_cached(ipsec_rule->fc, &bytes, &packets, &lastuse); in mlx5e_xfrm_update_stats()
|