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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c1725 char **flownames, **physnames; local
1729 flownames = xmalloc(flow_count * sizeof (char *));
1733 flownames[i] = xstrdup(solaris_flow->flowname);
1740 (void) solaris_remove_flow(physnames[i], flownames[i]);
1742 free(flownames[i]);
1744 free(flownames);

Completed in 19 milliseconds