Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dpppoe.c89 #define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS) macro
90 #define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1)
108 struct pppox_sock *hash_table[PPPOE_HASH_SIZE];
287 for (i = 0; i < PPPOE_HASH_SIZE; i++) { in pppoe_flush_dev()
1038 for (i = 0; i < PPPOE_HASH_SIZE; i++) { in pppoe_get_idx()
1078 while (++hash < PPPOE_HASH_SIZE) { in pppoe_seq_next()