Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1692 struct mlx5_flow_spec *post_ct_spec = NULL; in __mlx5_tc_ct_flow_offload() local
1701 post_ct_spec = kzalloc(sizeof(*post_ct_spec), GFP_KERNEL); in __mlx5_tc_ct_flow_offload()
1703 if (!post_ct_spec || !ct_flow) { in __mlx5_tc_ct_flow_offload()
1704 kfree(post_ct_spec); in __mlx5_tc_ct_flow_offload()
1806 mlx5e_tc_match_to_reg_match(post_ct_spec, FTEID_TO_REG, in __mlx5_tc_ct_flow_offload()
1817 rule = mlx5_tc_rule_insert(priv, post_ct_spec, in __mlx5_tc_ct_flow_offload()
1839 kfree(post_ct_spec); in __mlx5_tc_ct_flow_offload()
1860 kfree(post_ct_spec); in __mlx5_tc_ct_flow_offload()