Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c4946 ppsratecheck(lasttime, curpps, maxpps) in ppsratecheck() argument
4948 int *curpps;
4974 *curpps = 0;
4978 else if (*curpps < maxpps)
4982 *curpps = *curpps + 1;