FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
l3_proxy_dpo_t_ Struct Reference

The data-path object representing L3 proxy. More...

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 required for pool_get_aligned. More...
 

Data Fields

u32 l3p_sw_if_index
 The Software interface index on which traffic is l3_proxyd. More...
 
u16 l3p_locks
 number oflocks. More...
 

Detailed Description

The data-path object representing L3 proxy.

An L3 proxy is when VPP has an address in the FIB that is also assigned to an attached host.

Definition at line 27 of file l3_proxy_dpo.h.

Member Function Documentation

l3_proxy_dpo_t_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

required for pool_get_aligned.

memebers used in the switch path come first!

Field Documentation

u16 l3_proxy_dpo_t_::l3p_locks

number oflocks.

Definition at line 43 of file l3_proxy_dpo.h.

u32 l3_proxy_dpo_t_::l3p_sw_if_index

The Software interface index on which traffic is l3_proxyd.

Definition at line 38 of file l3_proxy_dpo.h.


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