Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/vxlan/
Dvxlan_private.h17 #define PORT_HASH_SIZE (1 << PORT_HASH_BITS) macro
22 struct hlist_head sock_list[PORT_HASH_SIZE];
Dvxlan_core.c3138 for (i = 0; i < PORT_HASH_SIZE; ++i) { in vxlan_offload_rx_ports()
4650 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_init_net()
4698 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_exit_batch_net()