From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] ip6tables: use skb->len for accounting Date: Fri, 23 Jul 2010 16:24:58 +0200 Message-ID: <4C49A63A.9060809@trash.net> References: <1279855877-8945-1-git-send-email-xiaosuo@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Alexey Kuznetsov , "Pekka Savola (ipv6)" , James Morris , Hideaki YOSHIFUJI , netfilter-devel@vger.kernel.org, netdev@vger.kernel.org To: Changli Gao Return-path: In-Reply-To: <1279855877-8945-1-git-send-email-xiaosuo@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 23.07.2010 05:31, Changli Gao wrote: > ip6tables: use skb->len for accounting > > ipv6_hdr(skb)->payload_len is ZERO and can't be used for accounting, if the > payload is a Jumbo Payload specified in RFC2675. Applied, thanks.