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