Home
last modified time | relevance | path

Searched refs:samplesThisTick (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/sfprobe_plugin/
H A Dsflow_sampler.c104 if(sampler->backoffThreshold && sampler->samplesThisTick > sampler->backoffThreshold) { in sfl_sampler_tick()
110 sampler->samplesLastTick = sampler->samplesThisTick; in sfl_sampler_tick()
111 sampler->samplesThisTick = 0; in sfl_sampler_tick()
124 sampler->samplesThisTick++; in sfl_sampler_writeFlowSample()
H A Dsflow_api.h125 u_int32_t samplesThisTick; member
/dports/www/nginx-full/nginx-sflow-module-543c72a/
H A Dngx_http_sflow_api.c455 if(sampler->backoffThreshold && sampler->samplesThisTick > sampler->backoffThreshold) { in sfl_sampler_tick()
461 sampler->samplesLastTick = sampler->samplesThisTick; in sfl_sampler_tick()
462 sampler->samplesThisTick = 0; in sfl_sampler_tick()
475 sampler->samplesThisTick++; in sfl_sampler_writeFlowSample()
504 sampler->samplesThisTick++; in sfl_sampler_writeEncodedFlowSample()
H A Dngx_http_sflow_api.h118 uint32_t samplesThisTick; member