X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Ftcp.h;h=c6b9f92e8289949bde61f0ea384f48349d5a083f;hb=9c70220b73908f64792422a2c39c593c4792f2c5;hp=911d937fb4c1c73dd0f138459b2295635e3ca91c;hpb=a27ef749e7be3b06fb58df53d94eb97a21f18707;p=deliverable%2Flinux.git diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 911d937fb4c1..c6b9f92e8289 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -180,7 +180,7 @@ struct tcp_md5sig { static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) { - return (struct tcphdr *)skb->h.raw; + return (struct tcphdr *)skb_transport_header(skb); } static inline unsigned int tcp_hdrlen(const struct sk_buff *skb)