Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h62 #define FLOW_TBL_COUNT ((uint_t)256) macro
172 list_head_t flows_tbl[FLOW_TBL_COUNT+1];
H A Dflowacctddi.c272 flow_count < (FLOW_TBL_COUNT + 1); flow_count++, head++) { in flowacct_create_action()
414 flow_count < FLOW_TBL_COUNT; flow_count++, head++) { in flowacct_destroy_action()
H A Dflowacct.c74 % FLOW_TBL_COUNT)
447 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT]; in flowacct_update_flows_tbl()
755 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT]; in flowacct_timer()