--- zzzz-none-000/linux-4.4.271/net/ipv6/xfrm6_mode_ro.c 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/net/ipv6/xfrm6_mode_ro.c 2023-04-19 10:22:30.000000000 +0000 @@ -55,7 +55,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; }