Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c42 struct mlx5_ct_fs_smfs_matcher *smfs_matcher; member
114 struct mlx5_ct_fs_smfs_matcher *m, *smfs_matcher; in mlx5_ct_fs_smfs_matcher_get() local
122 smfs_matcher = &matchers->smfs_matchers[ipv4 * 3 + tcp * 2 + gre]; in mlx5_ct_fs_smfs_matcher_get()
124 if (refcount_inc_not_zero(&smfs_matcher->ref)) in mlx5_ct_fs_smfs_matcher_get()
125 return smfs_matcher; in mlx5_ct_fs_smfs_matcher_get()
132 if (refcount_inc_not_zero(&smfs_matcher->ref)) in mlx5_ct_fs_smfs_matcher_get()
154 smfs_matcher = ERR_CAST(dr_matcher); in mlx5_ct_fs_smfs_matcher_get()
158 smfs_matcher->dr_matcher = dr_matcher; in mlx5_ct_fs_smfs_matcher_get()
159 smfs_matcher->prio = prio; in mlx5_ct_fs_smfs_matcher_get()
160 list_add(&smfs_matcher->list, prev); in mlx5_ct_fs_smfs_matcher_get()
[all …]