Searched refs:sample_flow (Results 1 – 2 of 2) sorted by relevance
436 mlx5_eswitch_del_offloaded_rule(esw, sample_flow->post_rule, sample_flow->post_attr); in del_post_rule()512 sample_flow = kzalloc(sizeof(*sample_flow), GFP_KERNEL); in mlx5e_tc_sample_offload()513 if (!sample_flow) in mlx5e_tc_sample_offload()516 sample_attr->sample_flow = sample_flow; in mlx5e_tc_sample_offload()599 return sample_flow->pre_rule; in mlx5e_tc_sample_offload()610 if (sample_flow->post_rule) in mlx5e_tc_sample_offload()616 kfree(sample_flow); in mlx5e_tc_sample_offload()635 sample_flow = attr->sample_attr->sample_flow; in mlx5e_tc_sample_unoffload()636 mlx5_eswitch_del_offloaded_rule(esw, sample_flow->pre_rule, sample_flow->pre_attr); in mlx5e_tc_sample_unoffload()646 kfree(sample_flow->pre_attr); in mlx5e_tc_sample_unoffload()[all …]
19 struct mlx5e_sample_flow *sample_flow; member
Completed in 11 milliseconds