ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH
[safe/jmp/linux-2.6] / include / net / ah.h
index 5e758c2..ae1c322 100644 (file)
@@ -38,4 +38,11 @@ out:
        return err;
 }
 
+struct ip_auth_hdr;
+
+static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb)
+{
+       return (struct ip_auth_hdr *)skb_transport_header(skb);
+}
+
 #endif