Searched refs:flow_tunnels (Results 1 – 2 of 2) sorted by relevance
45 struct sfc_flow_tunnel *ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_pick()176 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_attach()197 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_attach()433 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_get_restore_info()474 for (i = 0; i < RTE_DIM(sa->flow_tunnels); ++i) { in sfc_flow_tunnel_reset_hit_counters()475 struct sfc_flow_tunnel *ft = &sa->flow_tunnels[i]; in sfc_flow_tunnel_reset_hit_counters()
244 struct sfc_flow_tunnel flow_tunnels[SFC_FT_MAX_NTUNNELS]; member