[SK_BUFF]: unions of just one member don't get anything done, kill them
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Apr 2007 04:21:55 +0000 (21:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:26:20 +0000 (22:26 -0700)
Renaming skb->h to skb->transport_header, skb->nh to skb->network_header and
skb->mac to skb->mac_header, to match the names of the associated helpers
(skb[_[re]set]_{transport,network,mac}_header).

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found