Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Dpktgen.c207 #define MAX_PKTGEN 8 macro
208 static struct pktgen_info pginfos[MAX_PKTGEN];
764 if ((idx < 0) || (idx >= MAX_PKTGEN)) { in proc_busy_read()
788 if ((idx < 0) || (idx >= MAX_PKTGEN)) { in proc_read()
942 if ((idx < 0) || (idx >= MAX_PKTGEN)) { in proc_write()
1332 for (i = 0; i<MAX_PKTGEN; i++) { in init()
1369 for (i = 0; i<MAX_PKTGEN; i++) { in init()
1384 for (i = 0; i<MAX_PKTGEN; i++) { in cleanup()