Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c31 struct mlx5_ct_fs_smfs_matchers matchers; member
115 struct mlx5_ct_fs_smfs_matchers *matchers; in mlx5_ct_fs_smfs_matcher_get() local
121 matchers = nat ? &fs_smfs->matchers_nat : &fs_smfs->matchers; in mlx5_ct_fs_smfs_matcher_get()
122 smfs_matcher = &matchers->smfs_matchers[ipv4 * 3 + tcp * 2 + gre]; in mlx5_ct_fs_smfs_matcher_get()
137 prev = &matchers->used; in mlx5_ct_fs_smfs_matcher_get()
138 list_for_each_entry(m, &matchers->used, list) { in mlx5_ct_fs_smfs_matcher_get()
208 INIT_LIST_HEAD(&fs_smfs->matchers.used); in mlx5_ct_fs_smfs_init()
H A Dct_fs_hmfs.c29 struct mlx5_ct_fs_hmfs_matcher matchers[NUM_MATCHERS]; member
123 (fs_hmfs->matchers + matcher_idx); in mlx5_ct_fs_hmfs_matcher_get()