Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dpppoe.c85 #define PPPOE_HASH_SIZE (1<<PPPOE_HASH_BITS) macro
133 return hash & ( PPPOE_HASH_SIZE - 1 ); in hash_item()
136 static struct pppox_opt *item_hash_table[PPPOE_HASH_SIZE] = { 0, };
264 for (hash = 0; hash < PPPOE_HASH_SIZE; hash++) { in pppoe_flush_dev()
1007 for (i = 0; i < PPPOE_HASH_SIZE; i++) { in pppoe_proc_info()