Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2094 struct tunnel_match_enc_opts tun_enc_opts; in mlx5e_get_flow_tunnel_id() local
2138 memset(&tun_enc_opts, 0, sizeof(tun_enc_opts)); in mlx5e_get_flow_tunnel_id()
2139 memcpy(&tun_enc_opts.key, enc_opts_match.key, in mlx5e_get_flow_tunnel_id()
2141 memcpy(&tun_enc_opts.mask, enc_opts_match.mask, in mlx5e_get_flow_tunnel_id()
2145 &tun_enc_opts, &enc_opts_id); in mlx5e_get_flow_tunnel_id()