Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_time.c1066 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument
1079 return (maxpps != 0); in ppsratecheck()
1082 return (maxpps < 0 || *curpps <= maxpps); in ppsratecheck()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c5357 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() argument
5385 } else if (maxpps < 0) in ppsratecheck()
5387 else if (*curpps < maxpps) in ppsratecheck()