aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 42690daa924e..963303fb96ae 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -529,8 +529,6 @@ int tcp_write_wakeup(struct sock *);
529void tcp_send_fin(struct sock *sk); 529void tcp_send_fin(struct sock *sk);
530void tcp_send_active_reset(struct sock *sk, gfp_t priority); 530void tcp_send_active_reset(struct sock *sk, gfp_t priority);
531int tcp_send_synack(struct sock *); 531int tcp_send_synack(struct sock *);
532bool tcp_syn_flood_action(struct sock *sk, const struct sk_buff *skb,
533 const char *proto);
534void tcp_push_one(struct sock *, unsigned int mss_now); 532void tcp_push_one(struct sock *, unsigned int mss_now);
535void tcp_send_ack(struct sock *sk); 533void tcp_send_ack(struct sock *sk);
536void tcp_send_delayed_ack(struct sock *sk); 534void tcp_send_delayed_ack(struct sock *sk);