diff options
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r-- | include/linux/ipv6.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index ec79c59b2077..b768fcc0a4c4 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
@@ -228,6 +228,11 @@ static inline struct ipv6hdr *ipv6_hdr(const struct sk_buff *skb) | |||
228 | return (struct ipv6hdr *)skb_network_header(skb); | 228 | return (struct ipv6hdr *)skb_network_header(skb); |
229 | } | 229 | } |
230 | 230 | ||
231 | static inline struct ipv6hdr *ipipv6_hdr(const struct sk_buff *skb) | ||
232 | { | ||
233 | return (struct ipv6hdr *)skb->h.raw; | ||
234 | } | ||
235 | |||
231 | /* | 236 | /* |
232 | This structure contains results of exthdrs parsing | 237 | This structure contains results of exthdrs parsing |
233 | as offsets from skb->nh. | 238 | as offsets from skb->nh. |