summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2019-06-17 20:30:38 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2019-06-17 20:30:38 +0200
commit15b29f5df10905a71491d2737ea423cd4458bc3b (patch)
tree579ee36abd7dd2a222ced3aac1a4cf33a327a832 /include/linux/tcp.h
parent7b41aee921e20b15fb9f12d5042386ed2416f786 (diff)
parent33790f2eda7393d422927078597a33475792c82c (diff)
Merge 4.4.182 into android-4.4-p
Changes in 4.4.182 tcp: limit payload size of sacked skbs tcp: tcp_fragment() should apply sane memory limits tcp: add tcp_min_snd_mss sysctl tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() Linux 4.4.182 Change-Id: Idb237d729dbdbfc2d0e41544b19f0d5d6547644b Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 747404dbe506..085da1707cea 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -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 */