Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ipfstat/
HDipfstat.c1282 int maxtsentries = 0, reverse = 0, sorting = STSORT_DEFAULT; in topipstates() local
1393 if (!maxtsentries || tsentry == maxtsentries) { in topipstates()
1394 maxtsentries += STGROWSIZE; in topipstates()
1395 tstable = reallocarray(tstable, maxtsentries, in topipstates()