]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: export tcp_enter_cwr()
authorKenneth Klette Jonassen <kennetkl@ifi.uio.no>
Wed, 10 Jun 2015 17:08:16 +0000 (19:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 07:09:12 +0000 (00:09 -0700)
commitbbaad6e2d7b2f998c02a866799d9ca67b16addb6
tree728168f30d7b3edde5d2c6fbfe25b0901e154bc5
parent7c9070d9f11e9d9d83997fb661d61940661b7e81
tcp: export tcp_enter_cwr()

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>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c