From: Arnaldo Carvalho de Melo Date: Wed, 11 Apr 2007 03:45:18 +0000 (-0700) Subject: [SK_BUFF]: Introduce skb_reset_network_header(skb) X-Git-Tag: v2.6.22-rc1~1128^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d2bbe1cd6c7bbdc6d532cefebb66c7efb789ce;p=pandora-kernel.git [SK_BUFF]: Introduce skb_reset_network_header(skb) For the common, open coded 'skb->nh.raw = skb->data' operation, so that we can later turn skb->nh.raw into a offset, reducing the size of struct sk_buff in 64bit land while possibly keeping it as a pointer on 32bit. This one touches just the most simple case, next will handle the slightly more "complex" cases. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed