FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
urpf_api.c File Reference
+ Include dependency graph for urpf_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   urpf_base_msg_id
 

Functions

static int urpf_mode_decode (vl_api_urpf_mode_t in, urpf_mode_t *out)
 
static void vl_api_urpf_update_t_handler (vl_api_urpf_update_t *mp)
 
static clib_error_turpf_api_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

static u32 urpf_base_msg_id
 Base message ID fot the plugin. More...
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   urpf_base_msg_id

Definition at line 34 of file urpf_api.c.

Function Documentation

◆ urpf_api_init()

static clib_error_t* urpf_api_init ( vlib_main_t vm)
static

Definition at line 85 of file urpf_api.c.

+ Here is the call graph for this function:

◆ urpf_mode_decode()

static int urpf_mode_decode ( vl_api_urpf_mode_t  in,
urpf_mode_t out 
)
static

Definition at line 39 of file urpf_api.c.

+ Here is the caller graph for this function:

◆ vl_api_urpf_update_t_handler()

static void vl_api_urpf_update_t_handler ( vl_api_urpf_update_t mp)
static

Definition at line 55 of file urpf_api.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

Variable Documentation

◆ urpf_base_msg_id

u32 urpf_base_msg_id
static

Base message ID fot the plugin.

Definition at line 33 of file urpf_api.c.