summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-08-14 08:35:08 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-08-14 08:35:08 -0700
commit2d6cc4c81b1cb69379102c57a9a927c9583ccb8b (patch)
treeb90d9b7048091bcc0d63096f6b7595e14e54d5e4 /include/net/tcp.h
parent601ae48764031462cfd3b2f62b2d712a3447978b (diff)
parentb2c952f9a899b7ec78c417951a950f08c5aa9e3a (diff)
Merge "Merge android-4.4.146 (13962260) into msm-4.4"
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index d87a70b8c5e8..2c1237a31564 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -391,7 +391,8 @@ extern int tcp_use_userconfig_sysctl_handler(struct ctl_table *, int,
extern int tcp_proc_delayed_ack_control(struct ctl_table *, int,
void __user *, size_t *, loff_t *);
-void tcp_enter_quickack_mode(struct sock *sk);
+void tcp_enter_quickack_mode(struct sock *sk, unsigned int max_quickacks);
+
static inline void tcp_dec_quickack_mode(struct sock *sk,
const unsigned int pkts)
{