Searched refs:mlx5_ct_fs_rule (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | ct_fs.h | 15 struct mlx5_ct_fs_rule { struct 23 struct mlx5_ct_fs_rule * (*ct_rule_add)(struct mlx5_ct_fs *fs, 27 void (*ct_rule_del)(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule); 28 int (*ct_rule_update)(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule,
|
| H A D | ct_fs_dmfs.c | 12 struct mlx5_ct_fs_rule fs_rule; 29 static struct mlx5_ct_fs_rule * 58 mlx5_ct_fs_dmfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_dmfs_ct_rule_del() 68 static int mlx5_ct_fs_dmfs_ct_rule_update(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, in mlx5_ct_fs_dmfs_ct_rule_update()
|
| H A D | ct_fs_hmfs.c | 34 struct mlx5_ct_fs_rule fs_rule; 186 static struct mlx5_ct_fs_rule * 243 static void mlx5_ct_fs_hmfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_hmfs_ct_rule_del() 254 static int mlx5_ct_fs_hmfs_ct_rule_update(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, in mlx5_ct_fs_hmfs_ct_rule_update()
|
| H A D | ct_fs_smfs.c | 39 struct mlx5_ct_fs_rule fs_rule; 222 static struct mlx5_ct_fs_rule * 286 mlx5_ct_fs_smfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_smfs_ct_rule_del() 298 static int mlx5_ct_fs_smfs_ct_rule_update(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, in mlx5_ct_fs_smfs_ct_rule_update()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 89 struct mlx5_ct_fs_rule *rule;
|