/src/sys/kern/ |
kern_rate.c | 65 * ppsratecheck(): packets (or events) per second limitation. 68 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/include/linux/ |
ratelimit.h | 94 ok = ppsratecheck(&r->rl_lasttime, &r->rl_curpps, r->rl_maxpps);
|
/src/sys/external/bsd/vchiq/dist/interface/compat/ |
vchi_bsd.c | 228 if (ppsratecheck(&last_printf, &count, pps)) { 242 if (ppsratecheck(&last_printf, &count, pps)) {
|
/src/sys/sys/ |
timevar.h | 205 int ppsratecheck(struct timeval *, int *, int);
|
/src/sys/net80211/ |
ieee80211_rssadapt.c | 62 ppsratecheck(&lastrateadapt, &currssadaptps, ieee80211_adaptrate))
|
/src/sys/netipsec/ |
ipsec_input.c | 305 if (!ipsec_debug && ppsratecheck(&lasttime, &curpps, 1)) {
|
/src/sys/netinet/ |
tcp_input.c | 1150 if (ppsratecheck(&tcp_ackdrop_ppslim_last, &tcp_ackdrop_ppslim_count, 2895 if (ppsratecheck(&tcp_ackdrop_ppslim_last, &tcp_ackdrop_ppslim_count, 2917 if (ppsratecheck(&tcp_rst_ppslim_last, &tcp_rst_ppslim_count,
|
ip_icmp.c | 1322 if (!ppsratecheck(&icmperrppslim_last, &icmperrpps_count,
|
/src/sys/dev/ic/ |
smc91cxx.c | 950 if (ppsratecheck(&txsuc_last, &txsuc_count, 1))
|
wi.c | 1614 !ppsratecheck(&sc->sc_last_syn, &sc->sc_false_syns, 1813 if (ppsratecheck(&lasttxerror, &curtxeps, wi_txerate)) {
|
/src/sys/external/bsd/ipf/netinet/ |
ip_fil.h | 1846 extern int ppsratecheck(struct timeval *, int *, int);
|
fil.c | 2696 !ppsratecheck(&fr->fr_lastpkt, &fr->fr_curpps, fr->fr_pps)) { 5364 * ppsratecheck(): packets (or events) per second limitation. 5367 ppsratecheck(lasttime, curpps, maxpps) function
|
/src/sys/net/ |
if_pppoe.c | 1189 ppsratecheck(&lasttime, &curpps,
|
if_ethersubr.c | 730 if (ppsratecheck(&bigpktppslim_last, &bigpktpps_count,
|
if_wg.c | 235 if (ppsratecheck(&(wgprc)->wgprc_lasttime, \
|
/src/share/man/man9/ |
Makefile | 52 pool_cache.9 portfeatures.9 powerhook_establish.9 ppsratecheck.9 \
|
/src/sys/net/lagg/ |
if_lagg_lacp.c | 1987 if (ppsratecheck(&lacpp->lp_last_lacpdu, &lacpp->lp_lacpdu_sent,
|
/src/sys/netinet6/ |
icmp6.c | 2808 if (!ppsratecheck(&icmp6errppslim_last, &icmp6errpps_count,
|