Searched refs:tunnel_key (Results 1 – 1 of 1) sorted by relevance
1954 struct tunnel_match_key tunnel_key; in mlx5e_get_flow_tunnel_id() local1965 memset(&tunnel_key, 0, sizeof(tunnel_key)); in mlx5e_get_flow_tunnel_id()1967 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()1968 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()1970 &tunnel_key.enc_ipv4); in mlx5e_get_flow_tunnel_id()1973 &tunnel_key.enc_ipv6); in mlx5e_get_flow_tunnel_id()1974 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_IP, &tunnel_key.enc_ip); in mlx5e_get_flow_tunnel_id()1976 &tunnel_key.enc_tp); in mlx5e_get_flow_tunnel_id()1978 &tunnel_key.enc_key_id); in mlx5e_get_flow_tunnel_id()1979 tunnel_key.filter_ifindex = filter_dev->ifindex; in mlx5e_get_flow_tunnel_id()[all …]