Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ppp/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ppp/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ppp/
H A 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()