Searched refs:hash_use_count (Results 1 – 1 of 1) sorted by relevance
80 unsigned short hash_use_count[64]; member866 if (bp->hash_use_count[crc]++) return; /* This bit is already set */ in bmac_addhash()869 bp->hash_use_count[crc/16] |= mask; in bmac_addhash()881 if (bp->hash_use_count[crc] == 0) return; /* That bit wasn't in use! */ in bmac_removehash()882 if (--bp->hash_use_count[crc]) return; /* That bit is still in use */ in bmac_removehash()989 for (i=0; i<64; i++) bp->hash_use_count[i] = 0; in bmac_set_multicast()