Lines Matching refs:lft
579 if (x->lft.hard_add_expires_seconds) {
580 time64_t tmo = x->lft.hard_add_expires_seconds +
589 tmo = x->lft.hard_add_expires_seconds - x->saved_tmo;
596 if (x->lft.hard_use_expires_seconds) {
597 time64_t tmo = x->lft.hard_use_expires_seconds +
606 if (x->lft.soft_add_expires_seconds) {
607 time64_t tmo = x->lft.soft_add_expires_seconds +
618 if (x->lft.soft_use_expires_seconds) {
619 time64_t tmo = x->lft.soft_use_expires_seconds +
674 x->lft.soft_byte_limit = XFRM_INF;
675 x->lft.soft_packet_limit = XFRM_INF;
676 x->lft.hard_byte_limit = XFRM_INF;
677 x->lft.hard_packet_limit = XFRM_INF;
1315 x->lft.hard_add_expires_seconds = net->xfrm.sysctl_acq_expires;
1553 x->lft.hard_add_expires_seconds = net->xfrm.sysctl_acq_expires;
1666 memcpy(&x->lft, &orig->lft, sizeof(x->lft));
1901 memcpy(&x1->lft, &x->lft, sizeof(x1->lft));
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)) {