Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h51 #define flowacct1dbg(a) if (flowacct_debug > 2) printf a
52 #define flowacct2dbg(a) if (flowacct_debug > 3) printf a
H A Dflowacct.c99 int flowacct_debug = 0; variable