Go to the source code of this file.
◆ classify_dpo_alloc()
◆ classify_dpo_create()
◆ classify_dpo_get_index()
◆ classify_dpo_lock()
  
  | 
        
          | static void classify_dpo_lock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ classify_dpo_mem_show()
  
  | 
        
          | static void classify_dpo_mem_show | ( | void |  | ) |  |  | static | 
 
 
◆ classify_dpo_module_init()
      
        
          | void classify_dpo_module_init | ( | void |  | ) |  | 
      
 
 
◆ classify_dpo_unlock()
  
  | 
        
          | static void classify_dpo_unlock | ( | dpo_id_t * | dpo | ) |  |  | static | 
 
 
◆ format_classify_dpo()
      
        
          | u8* format_classify_dpo | ( | u8 * | s, | 
        
          |  |  | va_list * | args | 
        
          |  | ) |  |  | 
      
 
 
◆ cd_vft
Initial value:= {
}
static void classify_dpo_lock(dpo_id_t *dpo)
static void classify_dpo_mem_show(void)
u8 * format_classify_dpo(u8 *s, va_list *args)
static void classify_dpo_unlock(dpo_id_t *dpo)
Definition at line 108 of file classify_dpo.c.
 
 
◆ classify_dpo_pool
◆ classify_ip4_nodes
  
  | 
        
          | const char* const classify_ip4_nodes[] |  | static | 
 
Initial value:=
{
    "ip4-classify",
    NULL,
}
Definition at line 115 of file classify_dpo.c.
 
 
◆ classify_ip6_nodes
  
  | 
        
          | const char* const classify_ip6_nodes[] |  | static | 
 
Initial value:=
{
    "ip6-classify",
    NULL,
}
Definition at line 120 of file classify_dpo.c.
 
 
◆ classify_nodes
Initial value:=
{
}
static const char *const classify_ip4_nodes[]
static const char *const classify_ip6_nodes[]
Definition at line 125 of file classify_dpo.c.