From: Kenneth Klette Jonassen <kennetkl@ifi.uio.no>
To: netdev@vger.kernel.org
Cc: Kenneth Klette Jonassen <kennetkl@ifi.uio.no>,
Eric Dumazet <edumazet@google.com>,
Yuchung Cheng <ycheng@google.com>,
Stephen Hemminger <stephen@networkplumber.org>,
Neal Cardwell <ncardwell@google.com>,
David Hayes <davihay@ifi.uio.no>,
Andreas Petlund <apetlund@simula.no>,
Dave Taht <dave.taht@bufferbloat.net>,
Nicolas Kuhn <nicolas.kuhn@telecom-bretagne.eu>
Subject: [PATCH net-next 1/2] tcp: export tcp_enter_cwr()
Date: Thu, 4 Jun 2015 23:01:42 +0200 [thread overview]
Message-ID: <1433451703-7516-1-git-send-email-kennetkl@ifi.uio.no> (raw)
Upcoming tcp_cdg uses tcp_enter_cwr() to initiate PRR. Export this
function so that CDG can be compiled as a module.
Cc: Eric Dumazet <edumazet@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: David Hayes <davihay@ifi.uio.no>
Cc: Andreas Petlund <apetlund@simula.no>
Cc: Dave Taht <dave.taht@bufferbloat.net>
Cc: Nicolas Kuhn <nicolas.kuhn@telecom-bretagne.eu>
Signed-off-by: Kenneth Klette Jonassen <kennetkl@ifi.uio.no>
---
net/ipv4/tcp_input.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 15c4536..d4f76ab 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -2552,6 +2552,7 @@ void tcp_enter_cwr(struct sock *sk)
tcp_set_ca_state(sk, TCP_CA_CWR);
}
}
+EXPORT_SYMBOL(tcp_enter_cwr);
static void tcp_try_keep_open(struct sock *sk)
{
--
2.1.0
next reply other threads:[~2015-06-04 21:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 21:01 Kenneth Klette Jonassen [this message]
2015-06-04 21:01 ` [PATCH net-next 2/2] tcp: add CDG congestion control Kenneth Klette Jonassen
2015-06-04 23:46 ` Yuchung Cheng
2015-06-05 20:23 ` Kenneth Klette Jonassen
2015-06-06 17:01 ` Yuchung Cheng
2015-06-08 14:58 ` Kenneth Klette Jonassen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433451703-7516-1-git-send-email-kennetkl@ifi.uio.no \
--to=kennetkl@ifi.uio.no \
--cc=apetlund@simula.no \
--cc=dave.taht@bufferbloat.net \
--cc=davihay@ifi.uio.no \
--cc=edumazet@google.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.kuhn@telecom-bretagne.eu \
--cc=stephen@networkplumber.org \
--cc=ycheng@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).