![]() |
FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Include dependency graph for tcp_newreno.c:Go to the source code of this file.
Functions | |
| void | newreno_congestion (tcp_connection_t *tc) |
| void | newreno_recovered (tcp_connection_t *tc) |
| void | newreno_rcv_ack (tcp_connection_t *tc) |
| void | newreno_rcv_cong_ack (tcp_connection_t *tc, tcp_cc_ack_t ack_type) |
| void | newreno_conn_init (tcp_connection_t *tc) |
| clib_error_t * | newreno_init (vlib_main_t *vm) |
Variables | |
| static const tcp_cc_algorithm_t | tcp_newreno |
| void newreno_congestion | ( | tcp_connection_t * | tc | ) |
| void newreno_conn_init | ( | tcp_connection_t * | tc | ) |
| clib_error_t* newreno_init | ( | vlib_main_t * | vm | ) |
| void newreno_rcv_ack | ( | tcp_connection_t * | tc | ) |
Definition at line 31 of file tcp_newreno.c.
| void newreno_rcv_cong_ack | ( | tcp_connection_t * | tc, |
| tcp_cc_ack_t | ack_type | ||
| ) |
Definition at line 45 of file tcp_newreno.c.
| void newreno_recovered | ( | tcp_connection_t * | tc | ) |
Definition at line 25 of file tcp_newreno.c.
|
static |
Definition at line 81 of file tcp_newreno.c.