From: Changli Gao Date: Mon, 2 Aug 2010 15:56:28 +0000 (+0200) Subject: netfilter: nf_conntrack_acct: use skb->len for accounting X-Git-Tag: v2.6.36-rc1~571^2~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6661481d5a8975657742c7ed40ae16bdaa7d0a6e;p=pandora-kernel.git netfilter: nf_conntrack_acct: use skb->len for accounting use skb->len for accounting as xt_quota does. Since nf_conntrack works at the network layer, skb_network_offset should always returns ZERO. Signed-off-by: Changli Gao Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed