FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The data-path object representing receiveing the packet, i.e. More...
Data Fields | |
u32 | rd_sw_if_index |
The Software interface index on which traffic is received. More... | |
ip46_address_t | rd_addr |
The address on the receive interface. More... | |
u16 | rd_locks |
number oflocks. More... | |
The data-path object representing receiveing the packet, i.e.
it's for-us
Definition at line 26 of file receive_dpo.h.
ip46_address_t receive_dpo_t_::rd_addr |
The address on the receive interface.
packet are destined to this address
Definition at line 36 of file receive_dpo.h.
u16 receive_dpo_t_::rd_locks |
number oflocks.
Definition at line 41 of file receive_dpo.h.
u32 receive_dpo_t_::rd_sw_if_index |
The Software interface index on which traffic is received.
Definition at line 31 of file receive_dpo.h.