Searched refs:_cntr (Results 1 – 1 of 1) sorted by relevance
388 counter_u64_add((_cntr)->cntr, 1); \390 if ((_cntr)->timestamp != time_uptime) \391 (_cntr)->timestamp = time_uptime; \395 (_cntr)->pcnt++; \396 (_cntr)->bcnt += _bytes; \400 counter_u64_zero((_cntr)->cntr); \401 counter_u64_zero((_cntr)->cntr + 1); \402 (_cntr)->timestamp = 0; \405 #define IPFW_ZERO_DYN_COUNTER(_cntr) do { \ argument406 (_cntr)->pcnt = 0; \[all …]