Go to the source code of this file.
◆ format_interface_tx_dpo()
      
        
          | u8* format_interface_tx_dpo | ( | u8 * | s, | 
        
          |  |  | va_list * | ap | 
        
          |  | ) |  |  | 
      
 
 
◆ interface_tx_dpo_add_or_lock()
The data-path object representing transmitting the packet on a n interface. 
This is a convenient DPO wrapper around a simple interface transmit and thus allows us to represent direct interface transmit in the DPO model. 
Definition at line 39 of file interface_tx_dpo.c.
 
 
◆ interface_tx_dpo_get_next_node()
      
        
          | u32* interface_tx_dpo_get_next_node | ( | const dpo_id_t * | dpo | ) |  | 
      
 
 
◆ interface_tx_dpo_lock()
  
  | 
        
          | static void interface_tx_dpo_lock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ interface_tx_dpo_mem_show()
  
  | 
        
          | static void interface_tx_dpo_mem_show | ( | void |  | ) |  |  | static | 
 
 
◆ interface_tx_dpo_module_init()
      
        
          | void interface_tx_dpo_module_init | ( | void |  | ) |  | 
      
 
 
◆ interface_tx_dpo_unlock()
  
  | 
        
          | static void interface_tx_dpo_unlock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ interface_tx_dpo_vft
Initial value:= {
}
u8 * format_interface_tx_dpo(u8 *s, va_list *ap)
static void interface_tx_dpo_lock(dpo_id_t *dpo)
u32 * interface_tx_dpo_get_next_node(const dpo_id_t *dpo)
static void interface_tx_dpo_unlock(dpo_id_t *dpo)
static void interface_tx_dpo_mem_show(void)
Definition at line 79 of file interface_tx_dpo.c.