[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph

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-03-13 14:43:18 -03:00
committed by David S. Miller
parent 4bedb45203
commit 88c7664f13
15 changed files with 54 additions and 46 deletions

View File

@ -238,7 +238,6 @@ struct sk_buff {
union {
struct tcphdr *th;
struct icmphdr *icmph;
struct iphdr *ipiph;
struct ipv6hdr *ipv6h;
unsigned char *raw;