Home
last modified time | relevance | path

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

/linux/drivers/net/vxlan/
H A Dvxlan_private.h17 #define PORT_HASH_SIZE (1 << PORT_HASH_BITS) macro
22 struct hlist_head sock_list[PORT_HASH_SIZE];
H A Dvxlan_core.c3324 for (i = 0; i < PORT_HASH_SIZE; ++i) { in vxlan_offload_rx_ports()
4931 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_init_net()
4967 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_exit_net()