Home
last modified time | relevance | path

Searched refs:XFRM_DEV_OFFLOAD_IN (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/xfrm/
Dxfrm_device.c133 if (xo->flags & XFRM_GRO || x->xso.dir == XFRM_DEV_OFFLOAD_IN) in validate_xmit_xfrm()
305 xso->dir = XFRM_DEV_OFFLOAD_IN; in xfrm_dev_state_add()
373 xdo->dir = XFRM_DEV_OFFLOAD_IN; in xfrm_dev_policy_add()
Dxfrm_user.c959 if (xso->dir == XFRM_DEV_OFFLOAD_IN) in copy_user_offload()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c94 case XFRM_DEV_OFFLOAD_IN: in mlx5e_ipsec_update_esn_state()
271 case XFRM_DEV_OFFLOAD_IN: in mlx5e_ipsec_init_macs()
553 case XFRM_DEV_OFFLOAD_IN: in mlx5e_ipsec_handle_netdev_event()
979 if (x->xdo.dir != XFRM_DEV_OFFLOAD_IN && in mlx5e_xfrm_validate_policy()
Dipsec_fs.c968 if (dir == XFRM_DEV_OFFLOAD_IN) in ipsec_fs_get_ns()
984 case XFRM_DEV_OFFLOAD_IN: in setup_modify_header()
1062 case XFRM_DEV_OFFLOAD_IN: in setup_pkt_tunnel_reformat()
1113 case XFRM_DEV_OFFLOAD_IN: in get_reformat_type()
1149 case XFRM_DEV_OFFLOAD_IN: in setup_pkt_transport_reformat()
1255 XFRM_DEV_OFFLOAD_IN, &flow_act); in rx_add_rule()
1845 if (pol_entry->attrs.dir == XFRM_DEV_OFFLOAD_IN) { in mlx5e_accel_ipsec_fs_del_pol()
Dipsec_offload.c95 if (attrs->dir == XFRM_DEV_OFFLOAD_IN) { in mlx5e_ipsec_packet_setup()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c289 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbevf_ipsec_add_sa()
403 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbevf_ipsec_del_sa()
/Linux-v6.6/drivers/net/netdevsim/
Dipsec.c179 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in nsim_ipsec_add_sa()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c594 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_add_sa()
766 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_del_sa()
912 if (sam->dir != XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_vf_add_sa()
/Linux-v6.6/include/net/
Dxfrm.h130 XFRM_DEV_OFFLOAD_IN = 1, enumerator