Searched refs:SOFLOW_GC_MAX_COUNT (Results 1 – 1 of 1) sorted by relevance
173 #define SOFLOW_GC_MAX_COUNT 100 // Max sockets to be handled per run macro1413 static struct socket *socket_array[SOFLOW_GC_MAX_COUNT]; in soflow_gc_expire()1432 if (socket_count >= SOFLOW_GC_MAX_COUNT) { in soflow_gc_expire()