Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dpppoe.c85 #define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1) macro
151 return hash & PPPOE_HASH_MASK; in hash_item()