Searched refs:VNET_PORT_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
98 #define VNET_PORT_HASH_SIZE 16 macro99 #define VNET_PORT_HASH_MASK (VNET_PORT_HASH_SIZE - 1)121 struct hlist_head port_hash[VNET_PORT_HASH_SIZE];
308 for (i = 0; i < VNET_PORT_HASH_SIZE; i++) in vnet_new()