> This doesn't compile. > > net/ipv4/ip_fragment.c: In function ‘ip_frag_reasm’: > net/ipv4/ip_fragment.c:644:23: error: ‘skb’ undeclared (first use in this > function) > ip_send_check(ip_hdr(skb));
This was meant to be ip_send_check(iph); Sorry, will send a v2 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html