Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_police.c207 new->pps_present = true; in tcf_police_init()
265 if (!p->rate_present && !p->pps_present) { in tcf_police_act()
285 } else if (p->pps_present) { in tcf_police_act()
369 if (p->pps_present) { in tcf_police_dump()
/Linux-v5.15/include/net/tc_act/
Dtc_police.h19 bool pps_present; member