Searched refs:mlx5e_ipsec_sw_stats (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_stats.c | 53 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_rx_drop_sp_alloc) }, 54 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_rx_drop_sadb_miss) }, 55 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_tx_drop_bundle) }, 56 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_tx_drop_no_state) }, 57 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_tx_drop_not_ip) }, 58 { MLX5E_DECLARE_STAT(struct mlx5e_ipsec_sw_stats, ipsec_tx_drop_trailer) },
|
H A D | ipsec.h | 147 struct mlx5e_ipsec_sw_stats { struct 243 struct mlx5e_ipsec_sw_stats sw_stats; 148 ipsec_rx_drop_sp_allocmlx5e_ipsec_sw_stats global() argument 149 ipsec_rx_drop_sadb_missmlx5e_ipsec_sw_stats global() argument 150 ipsec_tx_drop_bundlemlx5e_ipsec_sw_stats global() argument 151 ipsec_tx_drop_no_statemlx5e_ipsec_sw_stats global() argument 152 ipsec_tx_drop_not_ipmlx5e_ipsec_sw_stats global() argument 153 ipsec_tx_drop_trailermlx5e_ipsec_sw_stats global() argument
|