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