Home
last modified time | relevance | path

Searched refs:tx_sa_tbl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c85 memset(priv->tx_sa_tbl, 0, sizeof(priv->tx_sa_tbl)); in ixgbe_crypto_clear_ipsec_tables()
227 if (priv->tx_sa_tbl[i].used == 0) { in ixgbe_crypto_add_sa()
239 priv->tx_sa_tbl[sa_index].spi = in ixgbe_crypto_add_sa()
241 priv->tx_sa_tbl[i].used = 1; in ixgbe_crypto_add_sa()
343 if (priv->tx_sa_tbl[i].spi == in ixgbe_crypto_remove_sa()
363 priv->tx_sa_tbl[sa_index].used = 0; in ixgbe_crypto_remove_sa()
H A Dixgbe_ipsec.h106 struct ixgbe_crypto_tx_sa_table tx_sa_tbl[IPSEC_MAX_SA_COUNT]; member