Lines Matching refs:expires
123 if (time_after(ttd, fl->expires)) in fl_release()
124 fl->expires = ttd; in fl_release()
125 ttd = fl->expires; in fl_release()
132 time_after(ip6_fl_gc_timer.expires, ttd)) in fl_release()
155 if (time_after(ttd, fl->expires)) in ip6_fl_gc()
156 fl->expires = ttd; in ip6_fl_gc()
157 ttd = fl->expires; in ip6_fl_gc()
340 static int fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires) in fl6_renew() argument
345 expires = check_linger(expires); in fl6_renew()
346 if (!expires) in fl6_renew()
351 if (time_before(expires, fl->linger)) in fl6_renew()
352 expires = fl->linger; in fl6_renew()
353 if (time_before(fl->expires, fl->lastuse + expires)) in fl6_renew()
354 fl->expires = fl->lastuse + expires; in fl6_renew()
411 fl->expires = jiffies; in fl_create()
616 if ((long)(fl->expires - fl1->expires) > 0) in ipv6_flowlabel_opt()
617 fl1->expires = fl->expires; in ipv6_flowlabel_opt()
763 (long)(fl->expires - jiffies)/HZ, in ip6fl_seq_show()