Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c16 unsigned long tc_act_cookie; member
28 .key_offset = offsetof(struct mlx5e_tc_act_stats, tc_act_cookie),
29 .key_len = sizeof_field(struct mlx5e_tc_act_stats, tc_act_cookie),
74 act_stats->tc_act_cookie = act_cookie; in mlx5e_tc_act_stats_add()