FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
interface_tx_dpo.h File Reference
+ Include dependency graph for interface_tx_dpo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void interface_tx_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, dpo_id_t *dpo)
 The data-path object representing transmitting the packet on a n interface. More...
 
void interface_tx_dpo_module_init (void)
 

Function Documentation

◆ interface_tx_dpo_add_or_lock()

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

The data-path object representing transmitting the packet on a n interface.

This is a convenient DPO wrapper around a simple interface transmit and thus allows us to represent direct interface transmit in the DPO model.

Definition at line 39 of file interface_tx_dpo.c.

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

◆ interface_tx_dpo_module_init()

void interface_tx_dpo_module_init ( void  )

Definition at line 88 of file interface_tx_dpo.c.

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