Go to the source code of this file.
◆ dpo_is_receive()
      
        
          | int dpo_is_receive | ( | const dpo_id_t * | dpo | ) |  | 
      
 
 
◆ format_receive_dpo()
  
  | 
        
          | static u8* format_receive_dpo | ( | u8 * | s, |  
          |  |  | va_list * | ap |  
          |  | ) |  |  |  | static | 
 
 
◆ receive_dpo_add_or_lock()
      
        
          | void receive_dpo_add_or_lock | ( | dpo_proto_t | proto, | 
        
          |  |  | u32 | sw_if_index, | 
        
          |  |  | const ip46_address_t * | nh_addr, | 
        
          |  |  | dpo_id_t * | dpo | 
        
          |  | ) |  |  | 
      
 
 
◆ receive_dpo_alloc()
◆ receive_dpo_get_from_dpo()
◆ receive_dpo_lock()
  
  | 
        
          | static void receive_dpo_lock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ receive_dpo_mem_show()
  
  | 
        
          | static void receive_dpo_mem_show | ( | void |  | ) |  |  | static | 
 
 
◆ receive_dpo_module_init()
      
        
          | void receive_dpo_module_init | ( | void |  | ) |  | 
      
 
 
◆ receive_dpo_unlock()
  
  | 
        
          | static void receive_dpo_unlock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ receive_dpo_pool
The data-path object representing receiveing the packet, i.e. 
pool of all receive DPOs
it's for-us pool of all receive DPOs 
Definition at line 26 of file receive_dpo.c.
 
 
◆ receive_ip4_nodes
  
  | 
        
          | const char* const receive_ip4_nodes[] |  | static | 
 
Initial value:
The per-protocol VLIB graph nodes that are assigned to a receive object. 
this means that these graph nodes are ones from which a receive is the parent object in the DPO-graph. 
Definition at line 159 of file receive_dpo.c.
 
 
◆ receive_ip6_nodes
  
  | 
        
          | const char* const receive_ip6_nodes[] |  | static | 
 
 
◆ receive_nodes
Initial value:=
{
}
static const char *const receive_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a receive object. 
static const char *const receive_ip6_nodes[]
Definition at line 170 of file receive_dpo.c.
 
 
◆ receive_vft
Initial value:= {
}
static void receive_dpo_unlock(dpo_id_t *dpo)
static u8 * format_receive_dpo(u8 *s, va_list *ap)
static void receive_dpo_lock(dpo_id_t *dpo)
static void receive_dpo_mem_show(void)
Definition at line 145 of file receive_dpo.c.