[NET]: Add software TSOv4
[pandora-kernel.git] / include / linux / skbuff.h
index 97b0d2d..a45bba9 100644 (file)
@@ -1297,6 +1297,7 @@ extern void              skb_split(struct sk_buff *skb,
                                 struct sk_buff *skb1, const u32 len);
 
 extern void           skb_release_data(struct sk_buff *skb);
+extern struct sk_buff *skb_segment(struct sk_buff *skb, int sg);
 
 static inline void *skb_header_pointer(const struct sk_buff *skb, int offset,
                                       int len, void *buffer)