FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
tcp_api.c File Reference
+ Include dependency graph for tcp_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   tcp_main.msg_id_base
 

Functions

static void vl_api_tcp_configure_src_addresses_t_handler (vl_api_tcp_configure_src_addresses_t *mp)
 
static clib_error_ttcp_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (tcp_api_hookup)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   tcp_main.msg_id_base

Definition at line 31 of file tcp_api.c.

Function Documentation

◆ tcp_api_hookup()

static clib_error_t* tcp_api_hookup ( vlib_main_t vm)
static

Definition at line 69 of file tcp_api.c.

+ Here is the call graph for this function:

◆ vl_api_tcp_configure_src_addresses_t_handler()

static void vl_api_tcp_configure_src_addresses_t_handler ( vl_api_tcp_configure_src_addresses_t mp)
static

Definition at line 36 of file tcp_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( tcp_api_hookup  )