Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c126 return smfs_matcher; in mlx5_ct_fs_smfs_matcher_get()
155 smfs_matcher = ERR_CAST(dr_matcher); in mlx5_ct_fs_smfs_matcher_get()
159 smfs_matcher->dr_matcher = dr_matcher; in mlx5_ct_fs_smfs_matcher_get()
160 smfs_matcher->prio = prio; in mlx5_ct_fs_smfs_matcher_get()
161 list_add(&smfs_matcher->list, prev); in mlx5_ct_fs_smfs_matcher_get()
162 refcount_set(&smfs_matcher->ref, 1); in mlx5_ct_fs_smfs_matcher_get()
166 return smfs_matcher; in mlx5_ct_fs_smfs_matcher_get()
178 list_del(&smfs_matcher->list); in mlx5_ct_fs_smfs_matcher_put()
332 if (IS_ERR(smfs_matcher)) { in mlx5_ct_fs_smfs_ct_rule_add()
333 err = PTR_ERR(smfs_matcher); in mlx5_ct_fs_smfs_ct_rule_add()
[all …]