diff options
author | Florin Coras <fcoras@cisco.com> | 2019-01-31 17:31:01 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-02 00:25:55 +0000 |
commit | bdf7fd62a0c6f33e5af5db326fa726f475960a85 (patch) | |
tree | 768e4a68e31c799883096fa0d0fb0a5e36fb91db /src/vnet/tcp/tcp.h | |
parent | 2068fd4df9adadc2ea387ed1cdd3231bce1b3e6f (diff) |
tcp: remove internal buffer cache
Change-Id: I3051d49aa9b9c38dcd8069ea1748f74ab20ac0f6
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r-- | src/vnet/tcp/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |