OSDN Git Service

tcp: limit payload size of sacked skbs
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / linux / tcp.h
index 747404d..085da17 100644 (file)
@@ -419,4 +419,7 @@ static inline void tcp_saved_syn_free(struct tcp_sock *tp)
        tp->saved_syn = NULL;
 }
 
+int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
+                 int shiftlen);
+
 #endif /* _LINUX_TCP_H */