Searched refs:log_flood_array (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlogger.c103 static struct log_flood_entry log_flood_array[LOG_FLOODING_ARRAY_SIZE]; variable in typeref:struct:log_flood_entry
549 if (log_flood_array[i].hash == hash) {
552 log_flood_array[i].count++;
555 if (log_flood_array[i].count >= LOG_FLOODING_MAXCOUNT) {
570 log_flood_array[j-1] = log_flood_array[j];
574 if (log_flood_array[i].count < LOG_FLOODING_MINCOUNT)
585 if (log_flood_array[0].count >= LOG_FLOODING_MINCOUNT) {
588 log_flood_array[0].count - LOG_FLOODING_MINCOUNT + 1);
592 log_flood_array[
[all...]

Completed in 141 milliseconds