tcp: limit payload size of sacked skbs
[pandora-kernel.git] / include / linux / tcp.h
index 7f59ee9..3f0ede9 100644 (file)
@@ -497,4 +497,7 @@ static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk)
 
 #endif /* __KERNEL__ */
 
+int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
+                 int shiftlen);
+
 #endif /* _LINUX_TCP_H */