netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] tcp: export tcp_enter_cwr()
@ 2015-06-04 21:01 Kenneth Klette Jonassen
  2015-06-04 21:01 ` [PATCH net-next 2/2] tcp: add CDG congestion control Kenneth Klette Jonassen
  0 siblings, 1 reply; 6+ messages in thread
From: Kenneth Klette Jonassen @ 2015-06-04 21:01 UTC (permalink / raw)
  To: netdev
  Cc: Kenneth Klette Jonassen, Eric Dumazet, Yuchung Cheng,
	Stephen Hemminger, Neal Cardwell, David Hayes, Andreas Petlund,
	Dave Taht, Nicolas Kuhn

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-08 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 21:01 [PATCH net-next 1/2] tcp: export tcp_enter_cwr() Kenneth Klette Jonassen
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

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).