Go to the source code of this file.
◆ format_l3_proxy_dpo()
  
  | 
        
          | static u8* format_l3_proxy_dpo | ( | u8 * | s, |  
          |  |  | va_list * | ap |  
          |  | ) |  |  |  | static | 
 
 
◆ l3_proxy_dpo_add_or_lock()
◆ l3_proxy_dpo_alloc()
◆ l3_proxy_dpo_get_from_dpo()
◆ l3_proxy_dpo_get_urpf()
  
  | 
        
          | static u32 l3_proxy_dpo_get_urpf | ( | const dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ l3_proxy_dpo_lock()
  
  | 
        
          | static void l3_proxy_dpo_lock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ l3_proxy_dpo_mem_show()
  
  | 
        
          | static void l3_proxy_dpo_mem_show | ( | void |  | ) |  |  | static | 
 
 
◆ l3_proxy_dpo_module_init()
      
        
          | void l3_proxy_dpo_module_init | ( | void |  | ) |  | 
      
 
 
◆ l3_proxy_dpo_unlock()
  
  | 
        
          | static void l3_proxy_dpo_unlock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ l3_proxy_dpo_pool
The data-path object representing l3_proxying the packet, i.e. 
pool of all l3_proxy DPOs
it's for-us pool of all l3_proxy DPOs 
Definition at line 26 of file l3_proxy_dpo.c.
 
 
◆ l3_proxy_ip4_nodes
  
  | 
        
          | const char* const l3_proxy_ip4_nodes[] |  | static | 
 
Initial value:
The per-protocol VLIB graph nodes that are assigned to a l3_proxy object. 
this means that these graph nodes are ones from which a l3_proxy is the parent object in the DPO-graph. 
Definition at line 153 of file l3_proxy_dpo.c.
 
 
◆ l3_proxy_ip6_nodes
  
  | 
        
          | const char* const l3_proxy_ip6_nodes[] |  | static | 
 
 
◆ l3_proxy_nodes
Initial value:=
{
}
static const char *const l3_proxy_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a l3_proxy object. 
static const char *const l3_proxy_ip6_nodes[]
Definition at line 164 of file l3_proxy_dpo.c.
 
 
◆ l3_proxy_vft
Initial value:= {
}
static void l3_proxy_dpo_lock(dpo_id_t *dpo)
static void l3_proxy_dpo_unlock(dpo_id_t *dpo)
static u32 l3_proxy_dpo_get_urpf(const dpo_id_t *dpo)
static void l3_proxy_dpo_mem_show(void)
static u8 * format_l3_proxy_dpo(u8 *s, va_list *ap)
Definition at line 138 of file l3_proxy_dpo.c.