Searched refs:hmfs_matcher (Results 1 – 1 of 1) sorted by relevance
36 struct mlx5_ct_fs_hmfs_matcher *hmfs_matcher; member117 struct mlx5_ct_fs_hmfs_matcher *hmfs_matcher; in mlx5_ct_fs_hmfs_matcher_get() local121 hmfs_matcher = nat ? in mlx5_ct_fs_hmfs_matcher_get()125 if (refcount_inc_not_zero(&hmfs_matcher->ref)) in mlx5_ct_fs_hmfs_matcher_get()126 return hmfs_matcher; in mlx5_ct_fs_hmfs_matcher_get()131 if (refcount_inc_not_zero(&hmfs_matcher->ref)) in mlx5_ct_fs_hmfs_matcher_get()142 hmfs_matcher = ERR_CAST(hws_bwc_matcher); in mlx5_ct_fs_hmfs_matcher_get()146 hmfs_matcher->hws_bwc_matcher = hws_bwc_matcher; in mlx5_ct_fs_hmfs_matcher_get()147 refcount_set(&hmfs_matcher->ref, 1); in mlx5_ct_fs_hmfs_matcher_get()151 return hmfs_matcher; in mlx5_ct_fs_hmfs_matcher_get()[all …]