Searched refs:flow_count (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c1724 int i = 0, flow_count = 0; local
1727 flow_count = hmap_count(&dpif->flows);
1729 flownames = xmalloc(flow_count * sizeof (char *));
1730 physnames = xmalloc(flow_count * sizeof (char *));
1739 for (i = 0; i < flow_count; i++) {

Completed in 19 milliseconds