Searched refs:smfs_matcher (Results 1 – 1 of 1) sorted by relevance
43 struct mlx5_ct_fs_smfs_matcher *smfs_matcher; member115 struct mlx5_ct_fs_smfs_matcher *m, *smfs_matcher; in mlx5_ct_fs_smfs_matcher_get() local123 smfs_matcher = &matchers->smfs_matchers[ipv4 * 3 + tcp * 2 + gre]; in mlx5_ct_fs_smfs_matcher_get()125 if (refcount_inc_not_zero(&smfs_matcher->ref)) in mlx5_ct_fs_smfs_matcher_get()126 return smfs_matcher; in mlx5_ct_fs_smfs_matcher_get()133 if (refcount_inc_not_zero(&smfs_matcher->ref)) 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()[all …]