Home
last modified time | relevance | path

Searched refs:ft_id_free (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.c160 int ft_id_free = -1; in sfc_flow_tunnel_attach() local
179 if (ft_id_free == -1) in sfc_flow_tunnel_attach()
180 ft_id_free = ft_id; in sfc_flow_tunnel_attach()
191 if (ft_id_free == -1) { in sfc_flow_tunnel_attach()
196 ft_id = ft_id_free; in sfc_flow_tunnel_attach()
203 ft->action_mark.id = SFC_FT_ID_TO_MARK(ft_id_free); in sfc_flow_tunnel_attach()