aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/output.c')
-rw-r--r--net/dccp/output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/output.c b/net/dccp/output.c
index 6bd21e37686e..8c83aa51572e 100644
--- a/net/dccp/output.c
+++ b/net/dccp/output.c
@@ -526,6 +526,8 @@ void dccp_send_sync(struct sock *sk, const u64 seq,
526 dccp_transmit_skb(sk, skb); 526 dccp_transmit_skb(sk, skb);
527} 527}
528 528
529EXPORT_SYMBOL_GPL(dccp_send_sync);
530
529/* 531/*
530 * Send a DCCP_PKT_CLOSE/CLOSEREQ. The caller locks the socket for us. This 532 * Send a DCCP_PKT_CLOSE/CLOSEREQ. The caller locks the socket for us. This
531 * cannot be allowed to fail queueing a DCCP_PKT_CLOSE/CLOSEREQ frame under 533 * cannot be allowed to fail queueing a DCCP_PKT_CLOSE/CLOSEREQ frame under