Searched refs:nb_context (Results 1 – 1 of 1) sorted by relevance
2388 int nb_context, total = 0, idx; in port_flow_aged() local2413 nb_context = rte_flow_get_aged_flows(port_id, contexts, total, &error); in port_flow_aged()2414 if (nb_context != total) { in port_flow_aged()2416 port_id, nb_context, total); in port_flow_aged()2421 for (idx = 0; idx < nb_context; idx++) { in port_flow_aged()