Lines Matching defs:counter
253 struct kstat_named *counter, ipdropper_t *who_called)
267 /* Increment the bean counter, if available. */
268 if (counter != NULL) {
269 switch (counter->data_type) {
271 counter->value.i32++;
274 counter->value.ui32++;
277 counter->value.i64++;
280 counter->value.ui64++;
286 if (counter != NULL)
287 str = counter->name;