nf_jiffies64_to_msecs
__be64 nf_jiffies64_to_msecs(u64 input);
nf_jiffies64_to_msecs(timeout),
msecs = nf_jiffies64_to_msecs(timeout);
nf_jiffies64_to_msecs(expires),
nf_jiffies64_to_msecs(priv->timeout),
msecs = nf_jiffies64_to_msecs(jiffies - last_jiffies);