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