commit | eddc9ec53be2ecdbf4efe0efd4a83052594f0ac0 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri Apr 20 22:47:35 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:25:10 2007 -0700 |
tree | 4a38ab4dbd9d61fdf5a5ea6ed61463e0b9e33ba7 | |
parent | e023dd643798c4f06c16466af90b4d250e4b8bd7 [diff] [blame] |
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/ip.h b/include/net/ip.h index 6f7ba32..75f226d 100644 --- a/include/net/ip.h +++ b/include/net/ip.h
@@ -46,7 +46,7 @@ static inline unsigned int ip_hdrlen(const struct sk_buff *skb) { - return skb->nh.iph->ihl * 4; + return ip_hdr(skb)->ihl * 4; } struct ipcm_cookie