Searched refs:sample_flow (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c342 add_post_rule(struct mlx5_eswitch *esw, struct mlx5e_sample_flow *sample_flow, argument
374 sample_flow->post_attr = post_attr;
391 sample_flow->post_rule = mlx5_eswitch_add_offloaded_rule(esw, spec, post_attr);
392 if (IS_ERR(sample_flow->post_rule)) {
393 err = PTR_ERR(sample_flow->post_rule);
407 del_post_rule(struct mlx5_eswitch *esw, struct mlx5e_sample_flow *sample_flow, argument
413 mlx5_eswitch_del_offloaded_rule(esw, sample_flow->post_rule, sample_flow->post_attr);
414 kfree(sample_flow->post_attr);
477 struct mlx5e_sample_flow *sample_flow; local
593 struct mlx5e_sample_flow *sample_flow; local
[all...]
H A Dsample.h19 struct mlx5e_sample_flow *sample_flow; member in struct:mlx5e_sample_attr

Completed in 129 milliseconds