FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
interface_format.c File Reference
+ Include dependency graph for interface_format.c:

Go to the source code of this file.

Functions

u8format_vtr (u8 *s, va_list *args)
 
u8format_vnet_sw_interface_flags (u8 *s, va_list *args)
 
u8format_vnet_hw_if_rx_mode (u8 *s, va_list *args)
 
u8format_vnet_hw_interface_link_speed (u8 *s, va_list *args)
 
u8format_vnet_hw_interface_rss_queues (u8 *s, va_list *args)
 
u8format_vnet_hw_interface (u8 *s, va_list *args)
 
u8format_vnet_sw_interface_name (u8 *s, va_list *args)
 
u8format_vnet_sw_if_index_name (u8 *s, va_list *args)
 
u8format_vnet_hw_if_index_name (u8 *s, va_list *args)
 
u8format_vnet_sw_interface_cntrs (u8 *s, vnet_interface_main_t *im, vnet_sw_interface_t *si, int json)
 
static u8format_vnet_sw_interface_mtu (u8 *s, va_list *args)
 
u8format_vnet_sw_interface (u8 *s, va_list *args)
 
u8format_vnet_sw_interface_name_override (u8 *s, va_list *args)
 
u8format_vnet_buffer_flags (u8 *s, va_list *args)
 
u8format_vnet_buffer_opaque (u8 *s, va_list *args)
 
u8format_vnet_buffer_opaque2 (u8 *s, va_list *args)
 
void vnet_register_format_buffer_opaque_helper (vnet_buffer_opquae_formatter_t fp)
 
void vnet_register_format_buffer_opaque2_helper (vnet_buffer_opquae_formatter_t fp)
 
uword unformat_vnet_buffer_flags (unformat_input_t *input, va_list *args)
 
uword unformat_vnet_buffer_offload_flags (unformat_input_t *input, va_list *args)
 
uword unformat_vnet_hw_interface (unformat_input_t *input, va_list *args)
 
uword unformat_vnet_sw_interface (unformat_input_t *input, va_list *args)
 
uword unformat_vnet_sw_interface_flags (unformat_input_t *input, va_list *args)
 
uword unformat_vnet_hw_interface_flags (unformat_input_t *input, va_list *args)
 

Function Documentation

◆ format_vnet_buffer_flags()

u8* format_vnet_buffer_flags ( u8 s,
va_list *  args 
)

Definition at line 479 of file interface_format.c.

◆ format_vnet_buffer_opaque()

u8* format_vnet_buffer_opaque ( u8 s,
va_list *  args 
)

Definition at line 490 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vnet_buffer_opaque2()

u8* format_vnet_buffer_opaque2 ( u8 s,
va_list *  args 
)

Definition at line 676 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vnet_hw_if_index_name()

u8* format_vnet_hw_if_index_name ( u8 s,
va_list *  args 
)

Definition at line 296 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vnet_hw_if_rx_mode()

u8* format_vnet_hw_if_rx_mode ( u8 s,
va_list *  args 
)

Definition at line 102 of file interface_format.c.

+ Here is the caller graph for this function:

◆ format_vnet_hw_interface()

u8* format_vnet_hw_interface ( u8 s,
va_list *  args 
)

Definition at line 157 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vnet_hw_interface_link_speed()

u8* format_vnet_hw_interface_link_speed ( u8 s,
va_list *  args 
)

Definition at line 119 of file interface_format.c.

+ Here is the caller graph for this function:

◆ format_vnet_hw_interface_rss_queues()

u8* format_vnet_hw_interface_rss_queues ( u8 s,
va_list *  args 
)

Definition at line 136 of file interface_format.c.

+ Here is the caller graph for this function:

◆ format_vnet_sw_if_index_name()

u8* format_vnet_sw_if_index_name ( u8 s,
va_list *  args 
)

Definition at line 280 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vnet_sw_interface()

u8* format_vnet_sw_interface ( u8 s,
va_list *  args 
)

Definition at line 434 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vnet_sw_interface_cntrs()

u8* format_vnet_sw_interface_cntrs ( u8 s,
vnet_interface_main_t im,
vnet_sw_interface_t si,
int  json 
)

Definition at line 311 of file interface_format.c.

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

◆ format_vnet_sw_interface_flags()

u8* format_vnet_sw_interface_flags ( u8 s,
va_list *  args 
)

Definition at line 84 of file interface_format.c.

+ Here is the caller graph for this function:

◆ format_vnet_sw_interface_mtu()

static u8* format_vnet_sw_interface_mtu ( u8 s,
va_list *  args 
)
static

Definition at line 424 of file interface_format.c.

+ Here is the caller graph for this function:

◆ format_vnet_sw_interface_name()

u8* format_vnet_sw_interface_name ( u8 s,
va_list *  args 
)

Definition at line 260 of file interface_format.c.

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

◆ format_vnet_sw_interface_name_override()

u8* format_vnet_sw_interface_name_override ( u8 s,
va_list *  args 
)

Definition at line 456 of file interface_format.c.

+ Here is the call graph for this function:

◆ format_vtr()

u8* format_vtr ( u8 s,
va_list *  args 
)

Definition at line 49 of file interface_format.c.

◆ unformat_vnet_buffer_flags()

uword unformat_vnet_buffer_flags ( unformat_input_t input,
va_list *  args 
)

Definition at line 733 of file interface_format.c.

+ Here is the call graph for this function:

◆ unformat_vnet_buffer_offload_flags()

uword unformat_vnet_buffer_offload_flags ( unformat_input_t input,
va_list *  args 
)

Definition at line 761 of file interface_format.c.

+ Here is the call graph for this function:

◆ unformat_vnet_hw_interface()

uword unformat_vnet_hw_interface ( unformat_input_t input,
va_list *  args 
)

Definition at line 787 of file interface_format.c.

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

◆ unformat_vnet_hw_interface_flags()

uword unformat_vnet_hw_interface_flags ( unformat_input_t input,
va_list *  args 
)

Definition at line 872 of file interface_format.c.

+ Here is the call graph for this function:

◆ unformat_vnet_sw_interface()

uword unformat_vnet_sw_interface ( unformat_input_t input,
va_list *  args 
)

Definition at line 807 of file interface_format.c.

+ Here is the call graph for this function:

◆ unformat_vnet_sw_interface_flags()

uword unformat_vnet_sw_interface_flags ( unformat_input_t input,
va_list *  args 
)

Definition at line 851 of file interface_format.c.

+ Here is the call graph for this function:

◆ vnet_register_format_buffer_opaque2_helper()

void vnet_register_format_buffer_opaque2_helper ( vnet_buffer_opquae_formatter_t  fp)

Definition at line 725 of file interface_format.c.

+ Here is the call graph for this function:

◆ vnet_register_format_buffer_opaque_helper()

void vnet_register_format_buffer_opaque_helper ( vnet_buffer_opquae_formatter_t  fp)

Definition at line 718 of file interface_format.c.

+ Here is the call graph for this function: