Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c461 mlx5_put_label_mapping(ct_priv, attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_del_rule()
665 &attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_create_mod_hdr()
682 attr->ct_attr.ct_labels_id, in mlx5_tc_ct_entry_create_mod_hdr()
714 mlx5_put_label_mapping(ct_priv, attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_create_mod_hdr()
792 mlx5_put_label_mapping(ct_priv, attr->ct_attr.ct_labels_id); in mlx5_tc_ct_entry_add_rule()
1241 if (!priv || !ct_attr->ct_labels_id) in mlx5_tc_ct_match_del()
1244 mlx5_put_label_mapping(priv, ct_attr->ct_labels_id); in mlx5_tc_ct_match_del()
1347 if (mlx5_get_label_mapping(priv, ct_labels, &ct_attr->ct_labels_id)) in mlx5_tc_ct_match_add()
1349 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