]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/bridge/netfilter/ebt_ulog.c
[NET]: Store skb->timestamp as offset to a base timestamp
[mirror_ubuntu-bionic-kernel.git] / net / bridge / netfilter / ebt_ulog.c
index 561d75c8ed5a414337011d6038defd36b8a0ce99..acb888d325874919538657f0a7f101eaaced1e8d 100644 (file)
@@ -162,7 +162,7 @@ static void ebt_ulog(const struct sk_buff *skb, unsigned int hooknr,
        pm->version = EBT_ULOG_VERSION;
        do_gettimeofday(&pm->stamp);
        if (ub->qlen == 1)
-               ub->skb->stamp = pm->stamp;
+               skb_set_timestamp(ub->skb, &pm->stamp);
        pm->data_len = copy_len;
        pm->mark = skb->nfmark;
        pm->hook = hooknr;