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