[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Arnaldo Carvalho de Melo
2007-04-25 18:02:22 -07:00
committed by David S. Miller
parent aa8223c7bb
commit b0061ce49c
7 changed files with 15 additions and 11 deletions

View File

@ -237,7 +237,6 @@ struct sk_buff {
/* 4 byte hole on 64 bit*/
union {
struct iphdr *ipiph;
struct ipv6hdr *ipv6h;
unsigned char *raw;
} h;