![]() |
FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
udp state machine, etc. More...
Go to the source code of this file.
Variables | |
static const transport_proto_vft_t | udp_proto |
udp state machine, etc.
Definition in file udp.c.
udp_connection_t* udp_connection_alloc | ( | u32 | thread_index | ) |
void udp_connection_free | ( | udp_connection_t * | uc | ) |
transport_connection_t* udp_half_open_session_get_transport | ( | u32 | conn_index | ) |
|
static |
int udp_open_connection | ( | transport_endpoint_t * | rmt | ) |
u32 udp_push_header | ( | transport_connection_t * | tc, |
vlib_buffer_t * | b | ||
) |
u16 udp_send_mss | ( | transport_connection_t * | t | ) |
u32 udp_send_space | ( | transport_connection_t * | t | ) |
u32 udp_session_bind | ( | u32 | session_index, |
transport_endpoint_t * | lcl | ||
) |
transport_connection_t* udp_session_get | ( | u32 | connection_index, |
u32 | thread_index | ||
) |
transport_connection_t* udp_session_get_listener | ( | u32 | listener_index | ) |
|
static |