FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
The data-path object representing receiveing the packet, i.e. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
required for pool_get_aligned. 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.
receive_dpo_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
required for pool_get_aligned.
memebers used in the switch path come first!
ip46_address_t receive_dpo_t_::rd_addr |
The address on the receive interface.
packet are destined to this address
Definition at line 42 of file receive_dpo.h.
u16 receive_dpo_t_::rd_locks |
number oflocks.
Definition at line 47 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 37 of file receive_dpo.h.