Home
last modified time | relevance | path

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

/linux-6.6.21/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.c3181 for (i = 0; i < PORT_HASH_SIZE; ++i) { in vxlan_offload_rx_ports()
4716 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_init_net()
4764 for (h = 0; h < PORT_HASH_SIZE; ++h) in vxlan_exit_batch_net()