aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2007-03-10 19:04:55 -0300
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-25 22:24:50 -0700
commit31c7711b509d470ab1e175e7bb98ea66a82aa916 (patch)
tree0d6465c947d163bf7bf0803624533e6af964ef50 /net/ipv4/ip_sockglue.c
parent[SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was being used (diff)
downloadlinux-dev-31c7711b509d470ab1e175e7bb98ea66a82aa916.tar.xz
linux-dev-31c7711b509d470ab1e175e7bb98ea66a82aa916.zip
[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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions