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

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

Detailed Description

The data-path object representing receiveing the packet, i.e.

it's for-us

Definition at line 26 of file receive_dpo.h.

Member Function Documentation

receive_dpo_t_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

required for pool_get_aligned.

memebers used in the switch path come first!

Field Documentation

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.


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