Lines Matching refs:curlft
581 x->curlft.add_time - now;
588 x->curlft.add_time = now - x->saved_tmo - 1;
598 (READ_ONCE(x->curlft.use_time) ? : now) - now;
608 x->curlft.add_time - now;
620 (READ_ONCE(x->curlft.use_time) ? : now) - now;
673 x->curlft.add_time = ktime_get_real_seconds();
1121 (*best)->curlft.add_time < x->curlft.add_time))
1738 memcpy(&x->curlft, &orig->curlft, sizeof(x->curlft));
1906 if (READ_ONCE(x1->curlft.use_time))
1940 if (!READ_ONCE(x->curlft.use_time))
1941 WRITE_ONCE(x->curlft.use_time, ktime_get_real_seconds());
1943 if (x->curlft.bytes >= x->lft.hard_byte_limit ||
1944 x->curlft.packets >= x->lft.hard_packet_limit) {
1951 (x->curlft.bytes >= x->lft.soft_byte_limit ||
1952 x->curlft.packets >= x->lft.soft_packet_limit)) {