Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dbind_bhash.c18 #define MAX_CONNECTIONS 40 macro
28 static int fd_array[MAX_THREADS][MAX_CONNECTIONS];
77 for (i = 0; i < MAX_CONNECTIONS; i++) { in setup()