Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/xfrm/
A Dxfrm_device.c139 if (x->xso.type == XFRM_DEV_OFFLOAD_PACKET && x->xso.dev != dev) { in validate_xmit_xfrm()
308 xso->type = XFRM_DEV_OFFLOAD_PACKET; in xfrm_dev_state_add()
368 xdo->type = XFRM_DEV_OFFLOAD_PACKET; in xfrm_dev_policy_add()
411 if (x->xso.type == XFRM_DEV_OFFLOAD_PACKET || in xfrm_dev_offload_ok()
A Dxfrm_state.c93 if (_x->xso.type == XFRM_DEV_OFFLOAD_PACKET) \
988 if (xdo->type == XFRM_DEV_OFFLOAD_PACKET) { in __xfrm_state_lookup_all()
989 if (x->xso.type != XFRM_DEV_OFFLOAD_PACKET) in __xfrm_state_lookup_all()
1000 } else if (x->xso.type == XFRM_DEV_OFFLOAD_PACKET) in __xfrm_state_lookup_all()
1162 if (pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_state_find()
1163 if (x->xso.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_state_find()
1196 if (pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_state_find()
1197 if (x->xso.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_state_find()
1267 if (pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_state_find()
1271 xso->type = XFRM_DEV_OFFLOAD_PACKET; in xfrm_state_find()
[all …]
A Dxfrm_output.c495 if (err <= 0 || x->xso.type == XFRM_DEV_OFFLOAD_PACKET) in xfrm_output_one()
720 if (x->xso.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_output()
A Dxfrm_policy.c539 if (!entry0 || pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_dst_hash_transfer()
870 if (newpos && policy->xdo.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_policy_inexact_list_reinsert()
1351 if (newpos && policy->xdo.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_hash_rebuild()
1528 if (newpos && policy->xdo.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_policy_insert_inexact_list()
1565 if (newpos && policy->xdo.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_policy_insert_list()
2187 if (ret && ret->xdo.type == XFRM_DEV_OFFLOAD_PACKET) in xfrm_policy_lookup_bytype()
A Dxfrm_user.c959 if (xso->type == XFRM_DEV_OFFLOAD_PACKET) in copy_user_offload()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec.c249 case XFRM_DEV_OFFLOAD_PACKET: in mlx5e_xfrm_validate_state()
527 if (x->xdo.type != XFRM_DEV_OFFLOAD_PACKET) { in mlx5e_xfrm_validate_policy()
556 attrs->type = XFRM_DEV_OFFLOAD_PACKET; in mlx5e_ipsec_build_accel_pol_attrs()
A Dipsec_fs.c642 case XFRM_DEV_OFFLOAD_PACKET: in rx_add_rule()
719 case XFRM_DEV_OFFLOAD_PACKET: in tx_add_rule()
A Dipsec_offload.c146 if (attrs->type == XFRM_DEV_OFFLOAD_PACKET) in mlx5_create_ipsec_obj()
/linux-6.3-rc2/include/net/
A Dxfrm.h138 XFRM_DEV_OFFLOAD_PACKET, enumerator
1167 if (x->xso.type == XFRM_DEV_OFFLOAD_PACKET) in __xfrm_policy_check2()
1580 if (x->xso.type != XFRM_DEV_OFFLOAD_PACKET) in xfrm_dev_state_update_curlft()

Completed in 35 milliseconds