commit | 31c7711b509d470ab1e175e7bb98ea66a82aa916 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Mar 10 19:04:55 2007 -0300 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:24:50 2007 -0700 |
tree | 0d6465c947d163bf7bf0803624533e6af964ef50 | |
parent | 4209fb601c0a0e0a9d90c0008f350dd345c8b7de [diff] |
[SK_BUFF]: Some more simple skb_reset_network_header conversions This time of the type: skb->nh.iph = (struct iphdr *)skb->data; That is completely equivalent to: skb->nh.raw = skb->data; Wonder why people love casts... :-) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>