]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sched/act_csum.c
net: use skb->csum_not_inet to identify packets needing crc32c
[mirror_ubuntu-artful-kernel.git] / net / sched / act_csum.c
index ab6fdbd34db774bdb9d8a958ead2c808a3405d13..3317a2f579da7dfa764f7d5d7665460ffe06438b 100644 (file)
@@ -350,6 +350,7 @@ static int tcf_csum_sctp(struct sk_buff *skb, unsigned int ihl,
        sctph->checksum = sctp_compute_cksum(skb,
                                             skb_network_offset(skb) + ihl);
        skb->ip_summed = CHECKSUM_NONE;
+       skb->csum_not_inet = 0;
 
        return 1;
 }