Searched refs:tunnel_key (Results 1 – 1 of 1) sorted by relevance
1997 struct tunnel_match_key tunnel_key; in mlx5e_get_flow_tunnel_id() local2008 memset(&tunnel_key, 0, sizeof(tunnel_key)); in mlx5e_get_flow_tunnel_id()2010 &tunnel_key.enc_control); in mlx5e_get_flow_tunnel_id()2011 if (tunnel_key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlx5e_get_flow_tunnel_id()2013 &tunnel_key.enc_ipv4); in mlx5e_get_flow_tunnel_id()2016 &tunnel_key.enc_ipv6); in mlx5e_get_flow_tunnel_id()2017 COPY_DISSECTOR(rule, FLOW_DISSECTOR_KEY_ENC_IP, &tunnel_key.enc_ip); in mlx5e_get_flow_tunnel_id()2019 &tunnel_key.enc_tp); in mlx5e_get_flow_tunnel_id()2021 &tunnel_key.enc_key_id); in mlx5e_get_flow_tunnel_id()2022 tunnel_key.filter_ifindex = filter_dev->ifindex; in mlx5e_get_flow_tunnel_id()[all …]