Lines Matching refs:curlft
536 x->curlft.add_time - now;
543 x->curlft.add_time = now - x->saved_tmo - 1;
553 (x->curlft.use_time ? : now) - now;
563 x->curlft.add_time - now;
575 (x->curlft.use_time ? : now) - now;
627 x->curlft.add_time = ktime_get_real_seconds();
1030 (*best)->curlft.add_time < x->curlft.add_time))
1554 memcpy(&x->curlft, &orig->curlft, sizeof(x->curlft));
1722 if (x1->curlft.use_time)
1754 if (!x->curlft.use_time)
1755 x->curlft.use_time = ktime_get_real_seconds();
1757 if (x->curlft.bytes >= x->lft.hard_byte_limit ||
1758 x->curlft.packets >= x->lft.hard_packet_limit) {
1765 (x->curlft.bytes >= x->lft.soft_byte_limit ||
1766 x->curlft.packets >= x->lft.soft_packet_limit)) {