Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_police.c196 new->pps_present = true; in tcf_police_init()
268 if (!p->rate_present && !p->pps_present) { in tcf_police_act()
288 } else if (p->pps_present) { in tcf_police_act()
372 if (p->pps_present) { in tcf_police_dump()
/linux-6.1.9/include/net/tc_act/
Dtc_police.h19 bool pps_present; member