Searched refs:nb_context (Results 1 – 1 of 1) sorted by relevance
3151 int nb_context, total = 0, idx; in port_flow_aged() local3176 nb_context = rte_flow_get_aged_flows(port_id, contexts, total, &error); in port_flow_aged()3177 if (nb_context != total) { in port_flow_aged()3180 port_id, nb_context, total); in port_flow_aged()3185 for (idx = 0; idx < nb_context; idx++) { in port_flow_aged()