projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[linux-2.6]
/
include
/
linux
/
icmp.h
diff --git
a/include/linux/icmp.h
b/include/linux/icmp.h
index
24da4fb
..
474f2a5
100644
(file)
--- a/
include/linux/icmp.h
+++ b/
include/linux/icmp.h
@@
-82,6
+82,15
@@
struct icmphdr {
} un;
};
+#ifdef __KERNEL__
+#include <linux/skbuff.h>
+
+static inline struct icmphdr *icmp_hdr(const struct sk_buff *skb)
+{
+ return (struct icmphdr *)skb_transport_header(skb);
+}
+#endif
+
/*
* constants for (set|get)sockopt
*/