diff options
Diffstat (limited to 'include/net/inet_connection_sock.h')
| -rw-r--r-- | include/net/inet_connection_sock.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 077cd730ce2f..85cd695e7fd1 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -25,7 +25,6 @@  #undef INET_CSK_CLEAR_TIMERS  struct inet_bind_bucket; -struct inet_bind2_bucket;  struct tcp_congestion_ops;  /* @@ -58,7 +57,6 @@ struct inet_connection_sock_af_ops {   *   * @icsk_accept_queue:	   FIFO of established children   * @icsk_bind_hash:	   Bind node - * @icsk_bind2_hash:	   Bind node in the bhash2 table   * @icsk_timeout:	   Timeout   * @icsk_retransmit_timer: Resend (no ack)   * @icsk_rto:		   Retransmit timeout @@ -85,7 +83,6 @@ struct inet_connection_sock {  	struct inet_sock	  icsk_inet;  	struct request_sock_queue icsk_accept_queue;  	struct inet_bind_bucket	  *icsk_bind_hash; -	struct inet_bind2_bucket  *icsk_bind2_hash;  	unsigned long		  icsk_timeout;   	struct timer_list	  icsk_retransmit_timer;   	struct timer_list	  icsk_delack_timer;  |