ipsec_tx
struct ixgbe_ipsec_tx_data ipsec_tx = { 0 };
!ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx))
tso = ixgbe_tso(tx_ring, first, &hdr_len, &ipsec_tx);
ixgbe_tx_csum(tx_ring, first, &ipsec_tx);
struct ixgbevf_ipsec_tx_data ipsec_tx = { 0 };
if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx))
tso = ixgbevf_tso(tx_ring, first, &hdr_len, &ipsec_tx);
ixgbevf_tx_csum(tx_ring, first, &ipsec_tx);
struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type);
struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type);
struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type);
struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type);
tx = ipsec_tx(ipsec, attrs->type);
struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, x->xso.type);