diff options
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/dccp.h | 1 | ||||
-rw-r--r-- | net/dccp/output.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index bd4645b3a36c..f62eeb374931 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -209,7 +209,6 @@ extern void dccp_v4_send_check(struct sock *sk, int len, struct sk_buff *skb); | |||
209 | extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb); | 209 | extern int dccp_retransmit_skb(struct sock *sk, struct sk_buff *skb); |
210 | 210 | ||
211 | extern void dccp_send_ack(struct sock *sk); | 211 | extern void dccp_send_ack(struct sock *sk); |
212 | extern void dccp_send_delayed_ack(struct sock *sk); | ||
213 | extern void dccp_reqsk_send_ack(struct sk_buff *sk, struct request_sock *rsk); | 212 | extern void dccp_reqsk_send_ack(struct sk_buff *sk, struct request_sock *rsk); |
214 | 213 | ||
215 | extern void dccp_send_sync(struct sock *sk, const u64 seq, | 214 | extern void dccp_send_sync(struct sock *sk, const u64 seq, |
diff --git a/net/dccp/output.c b/net/dccp/output.c index 6e23d5b57e79..d0c9ec6494bf 100644 --- a/net/dccp/output.c +++ b/net/dccp/output.c | |||
@@ -477,6 +477,7 @@ void dccp_send_ack(struct sock *sk) | |||
477 | 477 | ||
478 | EXPORT_SYMBOL_GPL(dccp_send_ack); | 478 | EXPORT_SYMBOL_GPL(dccp_send_ack); |
479 | 479 | ||
480 | /* FIXME: Is this still necessary (11.3) - currently nowhere used by DCCP. */ | ||
480 | void dccp_send_delayed_ack(struct sock *sk) | 481 | void dccp_send_delayed_ack(struct sock *sk) |
481 | { | 482 | { |
482 | struct inet_connection_sock *icsk = inet_csk(sk); | 483 | struct inet_connection_sock *icsk = inet_csk(sk); |