Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/meters/
H A Dtokenmt.c137 if (cfg_parms->tokenmt_type == SRTCL_TOKENMT) { in tokenmt_process()
241 case SRTCL_TOKENMT: in tokenmt_update_tokens()
H A Dtokenmtddi.c259 cfg_parms->tokenmt_type = SRTCL_TOKENMT; in tokenmt_create_action()
263 if (cfg_parms->tokenmt_type == SRTCL_TOKENMT) { in tokenmt_create_action()
516 cfg_parms->tokenmt_type = SRTCL_TOKENMT; in tokenmt_modify_action()
540 if (cfg_parms->tokenmt_type == SRTCL_TOKENMT) { in tokenmt_modify_action()
H A Dmeter_impl.h84 #define SRTCL_TOKENMT 0x01 macro