Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_police.c196 new->pps_present = true; in tcf_police_init()
270 if (!p->rate_present && !p->pps_present) { in tcf_police_act()
290 } else if (p->pps_present) { in tcf_police_act()
373 if (p->pps_present) { in tcf_police_dump()
/linux/include/net/tc_act/
H A Dtc_police.h20 bool pps_present; member