Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c77 int num_actions, actions_size, err; in mlx5e_mod_hdr_attach() local
83 actions_size = MLX5_MH_ACT_SZ * num_actions; in mlx5e_mod_hdr_attach()
103 mh = kzalloc(sizeof(*mh) + actions_size, GFP_KERNEL); in mlx5e_mod_hdr_attach()
110 memcpy(mh->key.actions, key.actions, actions_size); in mlx5e_mod_hdr_attach()