Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_glue.c523 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument
536 return (maxpps != 0); in ppsratecheck()
539 return (maxpps < 0 || *curpps < maxpps); in ppsratecheck()
/f-stack/freebsd/kern/
H A Dkern_time.c1063 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument
1076 return (maxpps != 0); in ppsratecheck()
1079 return (maxpps < 0 || *curpps <= maxpps); in ppsratecheck()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c5487 ppsratecheck(lasttime, curpps, maxpps) in ppsratecheck() argument
5490 int maxpps; /* maximum pps allowed */
5517 } else if (maxpps < 0)
5519 else if (*curpps < maxpps)