Searched refs:tcfp_t_c (Results 1 – 2 of 2) sorted by relevance
204 police->tcfp_t_c = ktime_get_ns(); in tcf_police_init() 277 toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst); in tcf_police_act() 291 ppstoks = min_t(s64, now - police->tcfp_t_c, p->tcfp_pkt_burst); in tcf_police_act() 298 police->tcfp_t_c = now; in tcf_police_act()
32 s64 tcfp_t_c; member