/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2018 Oracle and/or its affiliates. All rights reserved. */ #ifndef _IXGBEVF_IPSEC_H_ #define _IXGBEVF_IPSEC_H_ #define IXGBE_IPSEC_MAX_SA_COUNT … #define IXGBE_IPSEC_BASE_RX_INDEX … #define IXGBE_IPSEC_BASE_TX_INDEX … #define IXGBE_IPSEC_AUTH_BITS … #define IXGBE_RXMOD_VALID … #define IXGBE_RXMOD_PROTO_ESP … #define IXGBE_RXMOD_DECRYPT … #define IXGBE_RXMOD_IPV6 … struct rx_sa { … }; struct rx_ip_sa { … }; struct tx_sa { … }; struct ixgbevf_ipsec_tx_data { … }; struct ixgbevf_ipsec { … }; struct sa_mbx_msg { … }; #endif /* _IXGBEVF_IPSEC_H_ */