Searched refs:mlx5_ct_fs_rule (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
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,
|
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()
|
D | ct_fs_smfs.c | 40 struct mlx5_ct_fs_rule fs_rule; 295 static struct mlx5_ct_fs_rule * 359 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() 371 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.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 89 struct mlx5_ct_fs_rule *rule;
|