Searched refs:ipsec_obj_id (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | ipsec_fs.h | 19 u32 *ipsec_obj_id); 44 u32 *ipsec_obj_id) in mlx5_esw_ipsec_rx_ipsec_obj_id_search() argument
|
H A D | ipsec_fs.c | 54 xa_mk_value(sa_entry->ipsec_obj_id), in mlx5_esw_ipsec_rx_setup_modify_header() 111 u32 *ipsec_obj_id) in mlx5_esw_ipsec_rx_ipsec_obj_id_search() argument 120 *ipsec_obj_id = xa_to_value(val); in mlx5_esw_ipsec_rx_ipsec_obj_id_search()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 350 u32 ipsec_obj_id; in mlx5_esw_ipsec_rx_make_metadata() local 356 err = mlx5_esw_ipsec_rx_ipsec_obj_id_search(priv, id, &ipsec_obj_id); in mlx5_esw_ipsec_rx_make_metadata() 362 *metadata = ipsec_obj_id; in mlx5_esw_ipsec_rx_make_metadata()
|
H A D | ipsec_offload.c | 186 sa_entry->ipsec_obj_id = in mlx5_create_ipsec_obj() 202 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sa_entry->ipsec_obj_id); in mlx5_destroy_ipsec_obj() 262 MLX5_SET(general_obj_in_cmd_hdr, in, obj_id, sa_entry->ipsec_obj_id); in mlx5_modify_ipsec_obj() 266 sa_entry->ipsec_obj_id, err); in mlx5_modify_ipsec_obj() 614 mlx5_aso_build_wqe(aso->aso, ds_cnt, wqe, sa_entry->ipsec_obj_id, in mlx5e_ipsec_aso_query()
|
H A D | ipsec.c | 847 err = xa_insert_bh(&ipsec->sadb, sa_entry->ipsec_obj_id, sa_entry, in mlx5e_xfrm_add_state() 861 __xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id, in mlx5e_xfrm_add_state() 897 old = xa_erase_bh(&ipsec->sadb, sa_entry->ipsec_obj_id); in mlx5e_xfrm_del_state()
|
H A D | ipsec_fs.c | 191 sa_entry->ipsec_obj_id | BIT(31)); in ipsec_rx_rule_add_match_obj() 2039 sa_entry->ipsec_obj_id | BIT(31), in rx_add_rule() 2064 flow_act.crypto.obj_id = sa_entry->ipsec_obj_id; in rx_add_rule() 2186 flow_act.crypto.obj_id = sa_entry->ipsec_obj_id; in tx_add_rule()
|