From bdf7fd62a0c6f33e5af5db326fa726f475960a85 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 31 Jan 2019 17:31:01 -0800 Subject: tcp: remove internal buffer cache Change-Id: I3051d49aa9b9c38dcd8069ea1748f74ab20ac0f6 Signed-off-by: Florin Coras --- src/vnet/tcp/tcp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/tcp/tcp.h') diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index dca045128ed..f5f8520d83a 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -612,7 +612,6 @@ tcp_half_open_connection_get (u32 conn_index) return tc; } -void tcp_make_ack (tcp_connection_t * ts, vlib_buffer_t * b); void tcp_make_fin (tcp_connection_t * tc, vlib_buffer_t * b); void tcp_make_synack (tcp_connection_t * ts, vlib_buffer_t * b); void tcp_send_reset_w_pkt (tcp_connection_t * tc, vlib_buffer_t * pkt, -- cgit 1.2.3-korg