Searched refs:ipsec_tx (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 54 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type) in ipsec_tx() function 855 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get_policy() 883 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get() 897 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put() 906 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put_policy() 1539 tx = ipsec_tx(ipsec, attrs->type); in tx_add_policy() 2092 tx = ipsec_tx(sa_entry->ipsec, attrs->type); in mlx5e_ipsec_fs_tunnel_enabled()
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 4137 struct ixgbevf_ipsec_tx_data ipsec_tx = { 0 }; in ixgbevf_xmit_frame_ring() local 4186 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring() 4189 tso = ixgbevf_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbevf_xmit_frame_ring() 4193 ixgbevf_tx_csum(tx_ring, first, &ipsec_tx); in ixgbevf_xmit_frame_ring()
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8720 struct ixgbe_ipsec_tx_data ipsec_tx = { 0 }; in ixgbe_xmit_frame_ring() local 8828 !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbe_xmit_frame_ring() 8831 tso = ixgbe_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbe_xmit_frame_ring() 8835 ixgbe_tx_csum(tx_ring, first, &ipsec_tx); in ixgbe_xmit_frame_ring()
|