FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
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... | |
The data-path object representing interfaceing the packet, i.e.
it's for-us
Definition at line 25 of file interface_dpo.h.
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 |
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.