Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dpppoe.c84 #define PPPOE_HASH_BITS 4 macro
85 #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()