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.h64 #define FLOW_TBL_COUNT ((uint_t)256) macro
174 list_head_t flows_tbl[FLOW_TBL_COUNT+1];
H A Dflowacctddi.c274 flow_count < (FLOW_TBL_COUNT + 1); flow_count++, head++) {
416 flow_count < FLOW_TBL_COUNT; flow_count++, head++) {
H A Dflowacct.c74 % FLOW_TBL_COUNT)
447 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT];
755 thead = &flowacct_data->flows_tbl[FLOW_TBL_COUNT];

Completed in 75 milliseconds