FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
sctp_api.c File Reference
+ Include dependency graph for sctp_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_sctp_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_sctp_add_src_dst_connection_t_handler (vl_api_sctp_add_src_dst_connection_t *mp)
 
static void vl_api_sctp_del_src_dst_connection_t_handler (vl_api_sctp_del_src_dst_connection_t *mp)
 
static void vl_api_sctp_config_t_handler (vl_api_sctp_config_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tsctp_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (sctp_api_hookup)
 
void sctp_api_reference (void)
 

Macro Definition Documentation

◆ foreach_sctp_api_msg

#define foreach_sctp_api_msg
Value:
_(SCTP_ADD_SRC_DST_CONNECTION, sctp_add_src_dst_connection) \
_(SCTP_DEL_SRC_DST_CONNECTION, sctp_del_src_dst_connection) \
_(SCTP_CONFIG, sctp_config)

Definition at line 43 of file sctp_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 31 of file sctp_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 99 of file sctp_api.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 36 of file sctp_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 37 of file sctp_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 27 of file sctp_api.c.

Function Documentation

◆ sctp_api_hookup()

static clib_error_t* sctp_api_hookup ( vlib_main_t vm)
static

Definition at line 112 of file sctp_api.c.

+ Here is the call graph for this function:

◆ sctp_api_reference()

void sctp_api_reference ( void  )

Definition at line 137 of file sctp_api.c.

+ Here is the caller graph for this function:

◆ setup_message_id_table()

static void setup_message_id_table ( api_main_t am)
static

Definition at line 104 of file sctp_api.c.

+ Here is the caller graph for this function:

◆ vl_api_sctp_add_src_dst_connection_t_handler()

static void vl_api_sctp_add_src_dst_connection_t_handler ( vl_api_sctp_add_src_dst_connection_t mp)
static

Definition at line 50 of file sctp_api.c.

+ Here is the call graph for this function:

◆ vl_api_sctp_config_t_handler()

static void vl_api_sctp_config_t_handler ( vl_api_sctp_config_t mp)
static

Definition at line 86 of file sctp_api.c.

+ Here is the call graph for this function:

◆ vl_api_sctp_del_src_dst_connection_t_handler()

static void vl_api_sctp_del_src_dst_connection_t_handler ( vl_api_sctp_del_src_dst_connection_t mp)
static

Definition at line 70 of file sctp_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( sctp_api_hookup  )
+ Here is the caller graph for this function: