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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndfwd.c165 uint32 bloomfilter[WOFA_BLOOMFILTER_WORDS]; member in struct:wofa_dict
265 bzero(fwder_wofa, fwder_wofa_sz); /* Initializes bloomfilter state */
351 __wofa_bloom_set16(dict->bloomfilter, hash16);
453 __wofa_bloom_clr16(dict->bloomfilter, hash16);
483 bzero(dict->bloomfilter, sizeof(uint32) * WOFA_BLOOMFILTER_WORDS);
492 __wofa_bloom_set16(dict->bloomfilter, hash16);
527 if (__wofa_bloom_lkup16(dict->bloomfilter, hash16) == 0U) {
605 if (dict->bloomfilter[word] != 0) {
607 word, dict->bloomfilter[word]);

Completed in 42 milliseconds