Merge branch 'linus' into stackprotector
[pandora-kernel.git] / include / linux / skbuff.h
index acf17af..cf2cb50 100644 (file)
@@ -1687,6 +1687,8 @@ extern int               skb_shift(struct sk_buff *tgt, struct sk_buff *skb,
                                 int shiftlen);
 
 extern struct sk_buff *skb_segment(struct sk_buff *skb, int features);
+extern int            skb_gro_receive(struct sk_buff **head,
+                                      struct sk_buff *skb);
 
 static inline void *skb_header_pointer(const struct sk_buff *skb, int offset,
                                       int len, void *buffer)