FD.io VPP  v19.08.1-401-g8e4ed521a
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

◆ CLIB_CACHE_LINE_ALIGN_MARK()

receive_dpo_t_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

required for pool_get_aligned.

memebers used in the switch path come first!

Field Documentation

◆ rd_addr

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.

◆ rd_locks

u16 receive_dpo_t_::rd_locks

number oflocks.

Definition at line 47 of file receive_dpo.h.

◆ rd_sw_if_index

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: