Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2256 struct flow_match_enc_opts enc_opts_match; in mlx5e_get_flow_tunnel_id() local
2292 flow_rule_match_enc_opts(rule, &enc_opts_match); in mlx5e_get_flow_tunnel_id()
2294 enc_opts_match.mask, in mlx5e_get_flow_tunnel_id()
2302 memcpy(&tun_enc_opts.key, enc_opts_match.key, in mlx5e_get_flow_tunnel_id()
2303 sizeof(*enc_opts_match.key)); in mlx5e_get_flow_tunnel_id()
2304 memcpy(&tun_enc_opts.mask, enc_opts_match.mask, in mlx5e_get_flow_tunnel_id()
2305 sizeof(*enc_opts_match.mask)); in mlx5e_get_flow_tunnel_id()