Home
last modified time | relevance | path

Searched refs:ipsec_tx (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c85 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type) in ipsec_tx() function
1426 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get_policy()
1454 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get()
1468 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put()
1477 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put_policy()
2247 tx = ipsec_tx(ipsec, attrs->type); in tx_add_policy()
2831 tx = ipsec_tx(sa_entry->ipsec, attrs->type); in mlx5e_ipsec_fs_tunnel_enabled()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4138 struct ixgbevf_ipsec_tx_data ipsec_tx = { 0 }; in ixgbevf_xmit_frame_ring() local
4187 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring()
4190 tso = ixgbevf_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbevf_xmit_frame_ring()
4194 ixgbevf_tx_csum(tx_ring, first, &ipsec_tx); in ixgbevf_xmit_frame_ring()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9116 struct ixgbe_ipsec_tx_data ipsec_tx = { 0 }; in ixgbe_xmit_frame_ring() local
9224 !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbe_xmit_frame_ring()
9227 tso = ixgbe_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbe_xmit_frame_ring()
9231 ixgbe_tx_csum(tx_ring, first, &ipsec_tx); in ixgbe_xmit_frame_ring()