Searched refs:PPPOE_HASH_BITS (Results 1 – 1 of 1) sorted by relevance
84 #define PPPOE_HASH_BITS 4 macro85 #define PPPOE_HASH_SIZE (1<<PPPOE_HASH_BITS)125 for (j = 0; j < 8/PPPOE_HASH_BITS ; ++j) { in hash_item()126 hash ^= addr[i] >> ( j * PPPOE_HASH_BITS ); in hash_item()130 for (i = 0; i < (sizeof(unsigned long)*8) / PPPOE_HASH_BITS ; ++i) in hash_item()131 hash ^= sid >> (i*PPPOE_HASH_BITS); in hash_item()