Searched refs:rx_esw (Results 1 – 2 of 2) sorted by relevance
77 return ipsec->rx_esw; in ipsec_rx()184 if (rx == ipsec->rx_esw) { in ipsec_rx_rule_add_match_obj()227 if (rx == ipsec->rx_esw) in rx_add_rule_drop_auth_trailer()305 if (rx == ipsec->rx_esw) in rx_add_rule_drop_replay()376 if (rx == ipsec->rx_esw) in ipsec_rx_status_drop_all_create()468 if (rx == ipsec->rx_esw) in ipsec_rx_status_pass_create()709 if (rx != ipsec->rx_esw) in rx_destroy()2731 kfree(ipsec->rx_esw); in mlx5e_accel_ipsec_fs_cleanup()2756 ipsec->rx_esw = kzalloc(sizeof(*ipsec->rx_esw), GFP_KERNEL); in mlx5e_accel_ipsec_fs_init()2757 if (!ipsec->rx_esw) in mlx5e_accel_ipsec_fs_init()[all …]
250 struct mlx5e_ipsec_rx *rx_esw; member