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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c185 int rc, flow_count; local
273 for (flow_count = 0, head = flowacct_data->flows_tbl;
274 flow_count < (FLOW_TBL_COUNT + 1); flow_count++, head++) {
392 int rc, flow_count; local
415 for (flow_count = 0, head = flowacct_data->flows_tbl;
416 flow_count < FLOW_TBL_COUNT; flow_count++, head++) {

Completed in 315 milliseconds