Searched refs:enc_opts_match (Results 1 – 1 of 1) sorted by relevance
1949 struct flow_match_enc_opts enc_opts_match; in mlx5e_get_flow_tunnel_id() local1985 flow_rule_match_enc_opts(rule, &enc_opts_match); in mlx5e_get_flow_tunnel_id()1987 enc_opts_match.mask, in mlx5e_get_flow_tunnel_id()1995 memcpy(&tun_enc_opts.key, enc_opts_match.key, in mlx5e_get_flow_tunnel_id()1996 sizeof(*enc_opts_match.key)); in mlx5e_get_flow_tunnel_id()1997 memcpy(&tun_enc_opts.mask, enc_opts_match.mask, in mlx5e_get_flow_tunnel_id()1998 sizeof(*enc_opts_match.mask)); in mlx5e_get_flow_tunnel_id()