Searched refs:IPVLAN_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
33 #define IPVLAN_HASH_SIZE (1 << BITS_PER_BYTE) macro34 #define IPVLAN_HASH_MASK (IPVLAN_HASH_SIZE - 1)92 struct hlist_head hlhead[IPVLAN_HASH_SIZE];
74 for (idx = 0; idx < IPVLAN_HASH_SIZE; idx++) in ipvlan_port_create()