FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
classify_dpo.h File Reference
+ Include dependency graph for classify_dpo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  classify_dpo_t
 A representation of an MPLS label for imposition in the data-path. More...
 

Typedefs

typedef struct classify_dpo_t classify_dpo_t
 A representation of an MPLS label for imposition in the data-path. More...
 

Functions

index_t classify_dpo_create (dpo_proto_t proto, u32 classify_table_index)
 
u8format_classify_dpo (u8 *s, va_list *args)
 
static classify_dpo_tclassify_dpo_get (index_t index)
 
void classify_dpo_module_init (void)
 

Variables

classify_dpo_tclassify_dpo_pool
 

Typedef Documentation

◆ classify_dpo_t

A representation of an MPLS label for imposition in the data-path.

Function Documentation

◆ classify_dpo_create()

index_t classify_dpo_create ( dpo_proto_t  proto,
u32  classify_table_index 
)

Definition at line 43 of file classify_dpo.c.

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

◆ classify_dpo_get()

static classify_dpo_t* classify_dpo_get ( index_t  index)
inlinestatic

Definition at line 54 of file classify_dpo.h.

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

◆ classify_dpo_module_init()

void classify_dpo_module_init ( void  )

Definition at line 128 of file classify_dpo.c.

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

◆ format_classify_dpo()

u8* format_classify_dpo ( u8 s,
va_list *  args 
)

Definition at line 56 of file classify_dpo.c.

+ Here is the call graph for this function:

Variable Documentation

◆ classify_dpo_pool

classify_dpo_t* classify_dpo_pool

Definition at line 23 of file classify_dpo.c.