Home
last modified time | relevance | path

Searched refs:ct_labels_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c526 mlx5_put_label_mapping(ct_priv, attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_del_rule()
732 &attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_create_mod_hdr()
750 attr->ct_attr.ct_labels_id, in mlx5_tc_ct_entry_create_mod_hdr()
782 mlx5_put_label_mapping(ct_priv, attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_create_mod_hdr()
866 mlx5_put_label_mapping(ct_priv, attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_add_rule()
1313 if (!priv || !ct_attr->ct_labels_id) in mlx5_tc_ct_match_del()
1316 mlx5_put_label_mapping(priv, ct_attr->ct_labels_id); in mlx5_tc_ct_match_del()
1419 if (mlx5_get_label_mapping(priv, ct_labels, &ct_attr->ct_labels_id)) in mlx5_tc_ct_match_add()
1421 mlx5e_tc_match_to_reg_match(spec, LABELS_TO_REG, ct_attr->ct_labels_id, in mlx5_tc_ct_match_add()
Dtc_ct.h30 u32 ct_labels_id; member