diff options
Diffstat (limited to 'include/net/gre.h')
-rw-r--r-- | include/net/gre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/gre.h b/include/net/gre.h index 5dce30a6abe3..7a54a31d1d4c 100644 --- a/include/net/gre.h +++ b/include/net/gre.h | |||
@@ -26,7 +26,7 @@ int gre_del_protocol(const struct gre_protocol *proto, u8 version); | |||
26 | struct net_device *gretap_fb_dev_create(struct net *net, const char *name, | 26 | struct net_device *gretap_fb_dev_create(struct net *net, const char *name, |
27 | u8 name_assign_type); | 27 | u8 name_assign_type); |
28 | int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, | 28 | int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, |
29 | bool *csum_err, __be16 proto); | 29 | bool *csum_err, __be16 proto, int nhs); |
30 | 30 | ||
31 | static inline int gre_calc_hlen(__be16 o_flags) | 31 | static inline int gre_calc_hlen(__be16 o_flags) |
32 | { | 32 | { |