tcf_tm            146 net/sched/act_gact.c 	gact->tcf_tm.lastuse = jiffies;
tcf_tm            173 net/sched/act_gact.c 	t.install = jiffies_to_clock_t(jiffies - gact->tcf_tm.install);
tcf_tm            174 net/sched/act_gact.c 	t.lastuse = jiffies_to_clock_t(jiffies - gact->tcf_tm.lastuse);
tcf_tm            175 net/sched/act_gact.c 	t.expires = jiffies_to_clock_t(gact->tcf_tm.expires);
tcf_tm            210 net/sched/act_ipt.c 	ipt->tcf_tm.lastuse = jiffies;
tcf_tm            272 net/sched/act_ipt.c 	tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install);
tcf_tm            273 net/sched/act_ipt.c 	tm.lastuse = jiffies_to_clock_t(jiffies - ipt->tcf_tm.lastuse);
tcf_tm            274 net/sched/act_ipt.c 	tm.expires = jiffies_to_clock_t(ipt->tcf_tm.expires);
tcf_tm            157 net/sched/act_mirred.c 	m->tcf_tm.lastuse = jiffies;
tcf_tm            218 net/sched/act_mirred.c 	t.install = jiffies_to_clock_t(jiffies - m->tcf_tm.install);
tcf_tm            219 net/sched/act_mirred.c 	t.lastuse = jiffies_to_clock_t(jiffies - m->tcf_tm.lastuse);
tcf_tm            220 net/sched/act_mirred.c 	t.expires = jiffies_to_clock_t(m->tcf_tm.expires);
tcf_tm            120 net/sched/act_nat.c 	p->tcf_tm.lastuse = jiffies;
tcf_tm            286 net/sched/act_nat.c 	t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install);
tcf_tm            287 net/sched/act_nat.c 	t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse);
tcf_tm            288 net/sched/act_nat.c 	t.expires = jiffies_to_clock_t(p->tcf_tm.expires);
tcf_tm            140 net/sched/act_pedit.c 	p->tcf_tm.lastuse = jiffies;
tcf_tm            217 net/sched/act_pedit.c 	t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install);
tcf_tm            218 net/sched/act_pedit.c 	t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse);
tcf_tm            219 net/sched/act_pedit.c 	t.expires = jiffies_to_clock_t(p->tcf_tm.expires);
tcf_tm             43 net/sched/act_simple.c 	d->tcf_tm.lastuse = jiffies;
tcf_tm            175 net/sched/act_simple.c 	t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install);
tcf_tm            176 net/sched/act_simple.c 	t.lastuse = jiffies_to_clock_t(jiffies - d->tcf_tm.lastuse);
tcf_tm            177 net/sched/act_simple.c 	t.expires = jiffies_to_clock_t(d->tcf_tm.expires);
tcf_tm             48 net/sched/act_skbedit.c 	d->tcf_tm.lastuse = jiffies;
tcf_tm            164 net/sched/act_skbedit.c 	t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install);
tcf_tm            165 net/sched/act_skbedit.c 	t.lastuse = jiffies_to_clock_t(jiffies - d->tcf_tm.lastuse);
tcf_tm            166 net/sched/act_skbedit.c 	t.expires = jiffies_to_clock_t(d->tcf_tm.expires);