FD.io VPP
v19.08.1-401-g8e4ed521a
Vector Packet Processing
|
The data-path object representing a change of receive interface. 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 a change of receive interface.
If a packet encounters an object of this type in the data-path, it's RX interface is changed.
Definition at line 27 of file interface_rx_dpo.h.
u16 interface_rx_dpo_t_::ido_locks |
number of locks.
Definition at line 49 of file interface_rx_dpo.h.
u32 interface_rx_dpo_t_::ido_next_node |
dpo_proto_t interface_rx_dpo_t_::ido_proto |
DPO protocol that the packets will have as they 'ingress' on this interface.
Definition at line 44 of file interface_rx_dpo.h.
u32 interface_rx_dpo_t_::ido_sw_if_index |
The Software interface index that the packets will be given as the ingress/rx interface.
Definition at line 33 of file interface_rx_dpo.h.