tcfp_t_c           27 include/net/tc_act/tc_police.h 	s64			tcfp_t_c;
tcfp_t_c          188 net/sched/act_police.c 	police->tcfp_t_c = ktime_get_ns();
tcfp_t_c          248 net/sched/act_police.c 		toks = min_t(s64, now - police->tcfp_t_c, p->tcfp_burst);
tcfp_t_c          261 net/sched/act_police.c 			police->tcfp_t_c = now;