![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for tcp_newreno.c:Go to the source code of this file.
Data Structures | |
| struct | nwreno_cfg_ |
Typedefs | |
| typedef struct nwreno_cfg_ | newreno_cfg_t |
Functions | |
| static void | newreno_congestion (tcp_connection_t *tc) |
| static void | newreno_loss (tcp_connection_t *tc) |
| static void | newreno_recovered (tcp_connection_t *tc) |
| static void | newreno_rcv_ack (tcp_connection_t *tc, tcp_rate_sample_t *rs) |
| void | newreno_rcv_cong_ack (tcp_connection_t *tc, tcp_cc_ack_t ack_type, tcp_rate_sample_t *rs) |
| static void | newreno_conn_init (tcp_connection_t *tc) |
| static uword | newreno_unformat_config (unformat_input_t *input) |
| clib_error_t * | newreno_init (vlib_main_t *vm) |
Variables | |
| static newreno_cfg_t | newreno_cfg |
| const static tcp_cc_algorithm_t | tcp_newreno |
| typedef struct nwreno_cfg_ newreno_cfg_t |
|
static |
|
static |
| clib_error_t* newreno_init | ( | vlib_main_t * | vm | ) |
|
static |
|
static |
| void newreno_rcv_cong_ack | ( | tcp_connection_t * | tc, |
| tcp_cc_ack_t | ack_type, | ||
| tcp_rate_sample_t * | rs | ||
| ) |
|
static |
Definition at line 42 of file tcp_newreno.c.
|
static |
|
static |
Definition at line 24 of file tcp_newreno.c.
|
static |
Definition at line 119 of file tcp_newreno.c.