FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
interface_rx_dpo_t_ Struct Reference

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...
 

Detailed Description

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.

Field Documentation

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

next VLIB node.

A '<proto>-input' node.

Definition at line 38 of file interface_rx_dpo.h.

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.


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