FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
interface_dpo.h File Reference
+ Include dependency graph for interface_dpo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  interface_dpo_t_
 The data-path object representing interfaceing the packet, i.e. More...
 

Typedefs

typedef struct interface_dpo_t_ interface_dpo_t
 The data-path object representing interfaceing the packet, i.e. More...
 

Functions

void interface_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, dpo_id_t *dpo)
 
void interface_dpo_module_init (void)
 
static interface_dpo_tinterface_dpo_get (index_t index)
 

Variables

interface_dpo_tinterface_dpo_pool
 pool of all interface DPOs More...
 

Typedef Documentation

The data-path object representing interfaceing the packet, i.e.

it's for-us

Function Documentation

void interface_dpo_add_or_lock ( dpo_proto_t  proto,
u32  sw_if_index,
dpo_id_t dpo 
)

Definition at line 82 of file interface_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static interface_dpo_t* interface_dpo_get ( index_t  index)
inlinestatic

Definition at line 62 of file interface_dpo.h.

+ Here is the caller graph for this function:

void interface_dpo_module_init ( void  )

Definition at line 207 of file interface_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

interface_dpo_t* interface_dpo_pool

pool of all interface DPOs

Definition at line 59 of file interface_dpo.h.