Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ppp/
Dpppoe.c83 #define PPPOE_HASH_BITS 4 macro
84 #define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS)
135 #if 8 % PPPOE_HASH_BITS
136 #error 8 must be a multiple of PPPOE_HASH_BITS
148 for (i = 8; (i >>= 1) >= PPPOE_HASH_BITS;) in hash_item()