Home
last modified time | relevance | path

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

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