]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/if_tr.h
[NETFILTER]: xt_conntrack match, revision 1
[linux-2.6-omap-h63xx.git] / include / linux / if_tr.h
index 3fba9e2f5427d633a9260854112647e9294b07a3..5bcec8b2c5e2b557d1cdbbec372177c4bc3c24ed 100644 (file)
@@ -47,7 +47,7 @@ struct trh_hdr {
 
 static inline struct trh_hdr *tr_hdr(const struct sk_buff *skb)
 {
-       return (struct trh_hdr *)skb->mac.raw;
+       return (struct trh_hdr *)skb_mac_header(skb);
 }
 #endif