Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c4945 ppsratecheck(lasttime, curpps, maxpps) in ppsratecheck() argument
4947 int *curpps;
4973 *curpps = 0;
4977 else if (*curpps < maxpps)
4981 *curpps = *curpps + 1;