Home
last modified time | relevance | path

Searched refs:ipsec_obj_id (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_offload.c173 sa_entry->ipsec_obj_id = in mlx5_create_ipsec_obj()
189 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sa_entry->ipsec_obj_id); in mlx5_destroy_ipsec_obj()
265 mlx5_aso_build_wqe(aso->aso, ds_cnt, wqe, sa_entry->ipsec_obj_id, in mlx5e_ipsec_aso_query()
307 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sa_entry->ipsec_obj_id); in mlx5_modify_ipsec_obj()
311 sa_entry->ipsec_obj_id, err); in mlx5_modify_ipsec_obj()
H A Dipsec.h163 u32 ipsec_obj_id; member
H A Dmlx5_ipsec.c400 err = xa_insert(&mdev->ipsec_sadb, sa_entry->ipsec_obj_id, sa_entry, GFP_KERNEL); in mlx5e_if_sa_newkey_onedir()
468 old = xa_erase(&mdev->ipsec_sadb, sa_entry->ipsec_obj_id); in mlx5e_if_sa_deinstall_onekey()
H A Dmlx5_ipsec_fs.c557 flow_act.crypto.obj_id = sa_entry->ipsec_obj_id; in rx_add_rule()
1234 flow_act.crypto.obj_id = sa_entry->ipsec_obj_id; in tx_add_rule()