--- zzzz-none-000/linux-4.4.60/net/ipv6/xfrm6_mode_ro.c 2017-04-08 07:53:53.000000000 +0000 +++ hawkeye-5590-729/linux-4.4.60/net/ipv6/xfrm6_mode_ro.c 2022-03-30 14:21:53.000000000 +0000 @@ -53,7 +53,7 @@ __skb_pull(skb, hdr_len); memmove(ipv6_hdr(skb), iph, hdr_len); - x->lastused = get_seconds(); + x->lastused = ktime_get_real_seconds(); return 0; }