| /net/ipv4/ |
| A D | ipmr_base.c | 215 unsigned long lastuse; in mr_fill_mroute() local 263 lastuse = READ_ONCE(c->mfc_un.res.lastuse); in mr_fill_mroute() 264 lastuse = time_after_eq(jiffies, lastuse) ? jiffies - lastuse : 0; in mr_fill_mroute() 270 nla_put_u64_64bit(skb, RTA_EXPIRES, jiffies_to_clock_t(lastuse), in mr_fill_mroute()
|
| A D | ipmr.c | 824 WRITE_ONCE(cache->mfc_un.res.lastuse, jiffies); in ipmr_update_thresholds() 2006 WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies); in ip_mr_forward() 2249 WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies); in ip_mr_output_finish()
|
| A D | route.c | 1693 new_rt->dst.lastuse = jiffies; in rt_dst_clone()
|
| /net/netfilter/ipvs/ |
| A D | ip_vs_lblc.c | 93 unsigned long lastuse; /* last used time */ member 214 en->lastuse = jiffies; in ip_vs_lblc_new() 269 en->lastuse + in ip_vs_lblc_full_check() 325 if (time_before(now, en->lastuse + ENTRY_TIMEOUT)) in ip_vs_lblc_check_expire() 494 en->lastuse = jiffies; in ip_vs_lblc_schedule()
|
| A D | ip_vs_lblcr.c | 263 unsigned long lastuse; /* last used time */ member 373 en->lastuse = jiffies; in ip_vs_lblcr_new() 433 if (time_after(en->lastuse + in ip_vs_lblcr_full_check() 489 if (time_before(now, en->lastuse+ENTRY_TIMEOUT)) in ip_vs_lblcr_check_expire() 657 en->lastuse = jiffies; in ip_vs_lblcr_schedule()
|
| /net/sched/ |
| A D | act_gact.c | 174 u64 drops, u64 lastuse, bool hw) in tcf_gact_stats_update() argument 182 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_gact_stats_update()
|
| A D | act_sample.c | 215 u64 drops, u64 lastuse, bool hw) in tcf_sample_stats_update() argument 221 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_sample_stats_update()
|
| A D | act_vlan.c | 339 u64 drops, u64 lastuse, bool hw) in tcf_vlan_stats_update() argument 345 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_vlan_stats_update()
|
| A D | act_skbedit.c | 95 u64 lastuse, bool hw) in tcf_skbedit_stats_update() argument 101 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_skbedit_stats_update()
|
| A D | act_mirred.c | 485 u64 drops, u64 lastuse, bool hw) in tcf_stats_update() argument 491 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_stats_update()
|
| A D | act_pedit.c | 490 u64 drops, u64 lastuse, bool hw) in tcf_pedit_stats_update() argument 496 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_pedit_stats_update()
|
| A D | act_police.c | 330 u64 lastuse, bool hw) in tcf_police_stats_update() argument 336 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_police_stats_update()
|
| A D | act_gate.c | 566 u64 drops, u64 lastuse, bool hw) in tcf_gate_stats_update() argument 572 tm->lastuse = max_t(u64, tm->lastuse, lastuse); in tcf_gate_stats_update()
|
| A D | act_ct.c | 1592 u64 drops, u64 lastuse, bool hw) in tcf_stats_update() argument 1597 c->tcf_tm.lastuse = max_t(u64, c->tcf_tm.lastuse, lastuse); in tcf_stats_update()
|
| A D | act_api.c | 576 (unsigned long)p->tcfa_tm.lastuse)) in tcf_dump_walker() 807 p->tcfa_tm.lastuse = jiffies; in tcf_idr_create()
|
| /net/ipv6/ |
| A D | ip6_flowlabel.c | 130 fl->lastuse = jiffies; in fl_release() 132 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() 164 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() 249 fl->lastuse = jiffies; in fl_intern() 274 fl->lastuse = jiffies; in __fl6_sock_lookup() 363 fl->lastuse = jiffies; in fl6_renew() 368 if (time_before(fl->expires, fl->lastuse + expires)) in fl6_renew() 369 fl->expires = fl->lastuse + expires; in fl6_renew()
|
| A D | ip6mr.c | 877 WRITE_ONCE(cache->mfc_un.res.lastuse, jiffies); in ip6mr_update_thresholds() 2160 WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies); in ip6_mr_forward() 2259 WRITE_ONCE(c->_c.mfc_un.res.lastuse, jiffies); in ip6_mr_output_finish()
|
| A D | route.c | 1157 rt->dst.lastuse = jiffies; in ip6_rt_init_dst() 2136 if (time_after_eq(now, READ_ONCE(rt->dst.lastuse) + in rt6_age_examine_exception()
|
| /net/core/ |
| A D | dst.c | 72 dst->lastuse = jiffies; in dst_init()
|
| A D | rtnetlink.c | 1032 delta = jiffies - READ_ONCE(dst->lastuse); in rtnl_put_cacheinfo()
|
| /net/xfrm/ |
| A D | xfrm_policy.c | 2751 dst1->lastuse = now; in xfrm_bundle_create() 3055 dst1->lastuse = jiffies; in xfrm_create_dummy_bundle()
|