Home
last modified time | relevance | path

Searched refs:offload_handle (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c327 xs->xso.offload_handle = sa_idx + IXGBE_IPSEC_BASE_RX_INDEX; in ixgbevf_ipsec_add_sa()
367 xs->xso.offload_handle = sa_idx + IXGBE_IPSEC_BASE_TX_INDEX; in ixgbevf_ipsec_add_sa()
387 sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_RX_INDEX; in ixgbevf_ipsec_del_sa()
391 sa_idx, xs->xso.offload_handle); in ixgbevf_ipsec_del_sa()
400 sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_TX_INDEX; in ixgbevf_ipsec_del_sa()
404 sa_idx, xs->xso.offload_handle); in ixgbevf_ipsec_del_sa()
471 sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_TX_INDEX; in ixgbevf_ipsec_tx()
474 __func__, sa_idx, xs->xso.offload_handle); in ixgbevf_ipsec_tx()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c263 x->xso.offload_handle = (unsigned long)sa_entry; in chcr_xfrm_add_state()
272 if (!x->xso.offload_handle) in chcr_xfrm_del_state()
280 if (!x->xso.offload_handle) in chcr_xfrm_free_state()
283 sa_entry = (struct ipsec_sa_entry *)x->xso.offload_handle; in chcr_xfrm_free_state()
308 if (!x->xso.offload_handle) in chcr_advance_esn_state()
687 if (!x->xso.offload_handle) in chcr_ipsec_xmit()
690 sa_entry = (struct ipsec_sa_entry *)x->xso.offload_handle; in chcr_ipsec_xmit()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c687 xs->xso.offload_handle = sa_idx + IXGBE_IPSEC_BASE_RX_INDEX; in ixgbe_ipsec_add_sa()
728 xs->xso.offload_handle = sa_idx + IXGBE_IPSEC_BASE_TX_INDEX; in ixgbe_ipsec_add_sa()
759 sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_RX_INDEX; in ixgbe_ipsec_del_sa()
764 sa_idx, xs->xso.offload_handle); in ixgbe_ipsec_del_sa()
789 sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_TX_INDEX; in ixgbe_ipsec_del_sa()
793 sa_idx, xs->xso.offload_handle); in ixgbe_ipsec_del_sa()
947 pfsa = xs->xso.offload_handle; in ixgbe_ipsec_vf_add_sa()
958 msgbuf[1] = xs->xso.offload_handle; in ixgbe_ipsec_vf_add_sa()
1085 itd->sa_idx = xs->xso.offload_handle - IXGBE_IPSEC_BASE_TX_INDEX; in ixgbe_ipsec_tx()
1088 __func__, itd->sa_idx, xs->xso.offload_handle); in ixgbe_ipsec_tx()
/Linux-v5.4/drivers/net/netdevsim/
Dipsec.c189 xs->xso.offload_handle = sa_idx | NSIM_IPSEC_VALID; in nsim_ipsec_add_sa()
201 sa_idx = xs->xso.offload_handle & ~NSIM_IPSEC_VALID; in nsim_ipsec_del_sa()
252 sa_idx = xs->xso.offload_handle & ~NSIM_IPSEC_VALID; in nsim_ipsec_tx()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c262 if (unlikely(!x->xso.offload_handle || in mlx5e_ipsec_handle_tx_skb()
280 sa_entry = (struct mlx5e_ipsec_sa_entry *)x->xso.offload_handle; in mlx5e_ipsec_handle_tx_skb()
372 if (x && x->xso.offload_handle) in mlx5e_ipsec_feature_check()
Dipsec.c52 sa = (struct mlx5e_ipsec_sa_entry *)x->xso.offload_handle; in to_ipsec_sa_entry()
353 x->xso.offload_handle = (unsigned long)sa_entry; in mlx5e_xfrm_add_state()
/Linux-v5.4/Documentation/networking/
Dxfrm_device.txt76 The driver can also set an offload_handle in the SA, an opaque void pointer
79 xs->xso.offload_handle = context;
94 context = xs->xso.offload_handle;
/Linux-v5.4/include/net/
Dxfrm.h130 unsigned long offload_handle; member
1872 if (!x->xso.offload_handle && !xdst->child->xfrm) in xfrm_dst_offload_ok()
1874 if (x->xso.offload_handle && (x->xso.dev == xfrm_dst_path(dst)->dev) && in xfrm_dst_offload_ok()