[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANn89iJxCt0UJAHbw-OdTdFm8WoWUN1fzkK9aDWgQxipJkv=Ew@mail.gmail.com>
Date: Tue, 21 Jul 2015 09:29:15 +0200
From: Eric Dumazet <edumazet@...gle.com>
To: David Miller <davem@...emloft.net>
Cc: Edward Jee <edjee@...gle.com>,
Willem de Bruijn <willemb@...gle.com>,
Jerry Chu <hkchu@...gle.com>, netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] inet: frags: fix defragmented packet's IP header for af_packet
> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists