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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c43 struct mlx5_ct_fs_smfs_matcher *smfs_matcher; member in struct:mlx5_ct_fs_smfs_rule
115 struct mlx5_ct_fs_smfs_matcher *m, *smfs_matcher; local
123 smfs_matcher = &matchers->smfs_matchers[ipv4 * 3 + tcp * 2 + gre];
125 if (refcount_inc_not_zero(&smfs_matcher->ref))
126 return smfs_matcher;
133 if (refcount_inc_not_zero(&smfs_matcher->ref))
155 smfs_matcher = ERR_CAST(dr_matcher);
159 smfs_matcher->dr_matcher = dr_matcher;
160 smfs_matcher->prio = prio;
161 list_add(&smfs_matcher
170 mlx5_ct_fs_smfs_matcher_put(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_smfs_matcher *smfs_matcher) argument
300 struct mlx5_ct_fs_smfs_matcher *smfs_matcher; local
[all...]

Completed in 208 milliseconds