Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/tc_act/
Dtc_police.h111 return params->ppsrate.rate_pkts_ps; in tcf_police_rate_pkt_ps()
146 burst = div_u64(params->tcfp_pkt_burst * params->ppsrate.rate_pkts_ps, in tcf_police_burst_pkt()
/linux-6.6.21/net/sched/
Dsch_generic.c1541 r->rate_pkts_ps = pktrate64; in psched_ppscfg_precompute()
1542 psched_ratecfg_precompute__(r->rate_pkts_ps, &r->mult, &r->shift); in psched_ppscfg_precompute()
Dact_police.c377 p->ppsrate.rate_pkts_ps, in tcf_police_dump()
/linux-6.6.21/include/net/
Dsch_generic.h1267 u64 rate_pkts_ps; /* packets per second */ member