Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan.h33 #define IPVLAN_HASH_SIZE (1 << BITS_PER_BYTE) macro
34 #define IPVLAN_HASH_MASK (IPVLAN_HASH_SIZE - 1)
92 struct hlist_head hlhead[IPVLAN_HASH_SIZE];
H A Dipvlan_main.c74 for (idx = 0; idx < IPVLAN_HASH_SIZE; idx++) in ipvlan_port_create()