Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dvxlan.c56 #define PORT_HASH_SIZE (1<<PORT_HASH_BITS) macro
83 struct hlist_head sock_list[PORT_HASH_SIZE];
2331 for (i = 0; i < PORT_HASH_SIZE; ++i) { in vxlan_get_rx_port()
2947 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_init_net()