Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_police.c214 police->tcfp_t_c = ktime_get_ns(); in tcf_police_init()
272 toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); in tcf_police_act()
286 ppstoks = min_t(s64, now - police->tcfp_t_c, p->tcfp_pkt_burst); in tcf_police_act()
293 police->tcfp_t_c = now; in tcf_police_act()
/Linux-v5.15/include/net/tc_act/
Dtc_police.h31 s64 tcfp_t_c; member