Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dcolo.h23 #define HASHTABLE_MAX_SIZE 16384 macro
H A Dcolo.c228 if (g_hash_table_size(connection_track_table) > HASHTABLE_MAX_SIZE) { in connection_get()