net: Add framework to allow sending packets with customized CRC.
[deliverable/linux.git] / net / core / skbuff.c
index f3a53078075395602368d3e5a50f1014fea6ae76..6eb656acdfe53a27680c894b5cd8a6a7222f2db1 100644 (file)
@@ -592,6 +592,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
        new->rxhash             = old->rxhash;
        new->ooo_okay           = old->ooo_okay;
        new->l4_rxhash          = old->l4_rxhash;
+       new->no_fcs             = old->no_fcs;
 #ifdef CONFIG_XFRM
        new->sp                 = secpath_get(old->sp);
 #endif
This page took 0.035908 seconds and 5 git commands to generate.