X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp.h;h=165659b6d9f3d7f5a61cb41a1e17465c14676a3d;hb=45ca73f6af1584a44886d5a13702885be58df1b6;hp=37b4573cf2566a078d3bb81ca04c5c05d05a7f71;hpb=7d7b8c6dd7dc7a3efa89bb7b7c34742939b225fd;p=vpp.git diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 37b4573cf25..165659b6d9f 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -658,6 +658,7 @@ tcp_is_lost_fin (tcp_connection_t * tc) return 0; } +u32 tcp_snd_space (tcp_connection_t * tc); void tcp_retransmit_first_unacked (tcp_connection_t * tc); void tcp_fast_retransmit_no_sack (tcp_connection_t * tc); void tcp_fast_retransmit_sack (tcp_connection_t * tc);