All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH 1/5] Export tcp_send_ack symbol to fix build issue with mptcp_fullmesh module (mptcp_trunk). This commit should make it possible to revert 64a80850.
@ 2018-11-30  1:05 Christoph Paasch
  0 siblings, 0 replies; only message in thread
From: Christoph Paasch @ 2018-11-30  1:05 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 688 bytes --]

From: Kostas Peletidis <kostas(a)peletidis.net>

(cherry picked from commit 6f1b2a04fed74a7eb82cc2db6563c61bd0896eba)
Signed-off-by: Christoph Paasch <cpaasch(a)apple.com>
---
 net/ipv4/tcp_output.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index 63caedf168fd..344fed7b7a5d 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -3709,6 +3709,7 @@ void tcp_send_ack(struct sock *sk)
 {
 	__tcp_send_ack(sk, tcp_sk(sk)->rcv_nxt);
 }
+EXPORT_SYMBOL_GPL(tcp_send_ack);
 
 /* This routine sends a packet with an out of date sequence
  * number. It assumes the other end will try to ack it.
-- 
2.16.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-30  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30  1:05 [MPTCP] [PATCH 1/5] Export tcp_send_ack symbol to fix build issue with mptcp_fullmesh module (mptcp_trunk). This commit should make it possible to revert 64a80850 Christoph Paasch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.