Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c4948 ppsratecheck(lasttime, curpps, maxpps) in ppsratecheck() argument
4950 int *curpps;
4976 *curpps = 0;
4980 else if (*curpps < maxpps)
4984 *curpps = *curpps + 1;