gre: Fix wrong tpi->proto in WCCP
[deliverable/linux.git] / include / net / gre.h
index a14093c70eabbb13d925b06ef4d72d4bd696f21c..5dce30a6abe3e67091c5d14facd2750edd8426f0 100644 (file)
@@ -26,7 +26,7 @@ int gre_del_protocol(const struct gre_protocol *proto, u8 version);
 struct net_device *gretap_fb_dev_create(struct net *net, const char *name,
                                       u8 name_assign_type);
 int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi,
-                    bool *csum_err);
+                    bool *csum_err, __be16 proto);
 
 static inline int gre_calc_hlen(__be16 o_flags)
 {
This page took 0.026797 seconds and 5 git commands to generate.