FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
interface_dpo_t_ Struct Reference

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

Data Fields

u32 ido_sw_if_index
 The Software interface index that the packets will be given as the ingress/rx interface. More...
 
u32 ido_next_node
 next VLIB node. More...
 
dpo_proto_t ido_proto
 DPO protocol that the packets will have as they 'ingress' on this interface. More...
 
u16 ido_locks
 number of locks. More...
 

Detailed Description

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

it's for-us

Definition at line 25 of file interface_dpo.h.

Field Documentation

u16 interface_dpo_t_::ido_locks

number of locks.

Definition at line 47 of file interface_dpo.h.

u32 interface_dpo_t_::ido_next_node

next VLIB node.

A '<proto>-input' node.

Definition at line 36 of file interface_dpo.h.

dpo_proto_t interface_dpo_t_::ido_proto

DPO protocol that the packets will have as they 'ingress' on this interface.

Definition at line 42 of file interface_dpo.h.

u32 interface_dpo_t_::ido_sw_if_index

The Software interface index that the packets will be given as the ingress/rx interface.

Definition at line 31 of file interface_dpo.h.


The documentation for this struct was generated from the following file: