FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
af_packet_api.c File Reference
+ Include dependency graph for af_packet_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_vpe_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_af_packet_create_t_handler (vl_api_af_packet_create_t *mp)
 
static void vl_api_af_packet_delete_t_handler (vl_api_af_packet_delete_t *mp)
 
static void vl_api_af_packet_set_l4_cksum_offload_t_handler (vl_api_af_packet_set_l4_cksum_offload_t *mp)
 
static void af_packet_send_details (vpe_api_main_t *am, vl_api_registration_t *reg, af_packet_if_detail_t *af_packet_if, u32 context)
 
static void vl_api_af_packet_dump_t_handler (vl_api_af_packet_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_taf_packet_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (af_packet_api_hookup)
 

Macro Definition Documentation

◆ foreach_vpe_api_msg

#define foreach_vpe_api_msg
Value:
_(AF_PACKET_CREATE, af_packet_create) \
_(AF_PACKET_DELETE, af_packet_delete) \
_(AF_PACKET_SET_L4_CKSUM_OFFLOAD, af_packet_set_l4_cksum_offload) \
_(AF_PACKET_DUMP, af_packet_dump)
int af_packet_set_l4_cksum_offload(vlib_main_t *vm, u32 sw_if_index, u8 set)
Definition: af_packet.c:482

Definition at line 45 of file af_packet_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 33 of file af_packet_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 158 of file af_packet_api.c.

◆ vl_print

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

Definition at line 38 of file af_packet_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 39 of file af_packet_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 29 of file af_packet_api.c.

Function Documentation

◆ af_packet_api_hookup()

static clib_error_t* af_packet_api_hookup ( vlib_main_t vm)
static

Definition at line 171 of file af_packet_api.c.

+ Here is the call graph for this function:

◆ af_packet_send_details()

static void af_packet_send_details ( vpe_api_main_t am,
vl_api_registration_t reg,
af_packet_if_detail_t af_packet_if,
u32  context 
)
static

Definition at line 108 of file af_packet_api.c.

+ Here is the call graph for this function:
+ 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 163 of file af_packet_api.c.

+ Here is the caller graph for this function:

◆ vl_api_af_packet_create_t_handler()

static void vl_api_af_packet_create_t_handler ( vl_api_af_packet_create_t mp)
static

Definition at line 52 of file af_packet_api.c.

+ Here is the call graph for this function:

◆ vl_api_af_packet_delete_t_handler()

static void vl_api_af_packet_delete_t_handler ( vl_api_af_packet_delete_t mp)
static

Definition at line 78 of file af_packet_api.c.

+ Here is the call graph for this function:

◆ vl_api_af_packet_dump_t_handler()

static void vl_api_af_packet_dump_t_handler ( vl_api_af_packet_dump_t mp)
static

Definition at line 127 of file af_packet_api.c.

+ Here is the call graph for this function:

◆ vl_api_af_packet_set_l4_cksum_offload_t_handler()

static void vl_api_af_packet_set_l4_cksum_offload_t_handler ( vl_api_af_packet_set_l4_cksum_offload_t mp)
static

Definition at line 97 of file af_packet_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 ( af_packet_api_hookup  )
+ Here is the caller graph for this function: