From: Arnaldo Carvalho de Melo Date: Thu, 26 Apr 2007 00:54:47 +0000 (-0700) Subject: [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h X-Git-Tag: v2.6.22-rc1~1128^2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0660e03f6b18f19b6bbafe7583265a51b90daf36;p=pandora-kernel.git [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h Now the skb->nh union has just one member, .raw, i.e. it is just like the skb->mac union, strange, no? I'm just leaving it like that till the transport layer is done with, when we'll rename skb->mac.raw to skb->mac_header (or ->mac_header_offset?), ditto for ->{h,nh}. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed