FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
l3xc_t_ Struct Reference
+ Collaboration diagram for l3xc_t_:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

fib_node_t l3xc_node
 Linkage into the FIB graph. More...
 
fib_node_index_t l3xc_pl
 The path-list describing how to forward in case of a match. More...
 
fib_protocol_t l3xc_proto
 
u32 l3xc_sibling
 Sibling index on the path-list. More...
 
u32 l3xc_sw_if_index
 The input interface. More...
 
dpo_id_t l3xc_dpo
 DPO for forwarding. More...
 

Detailed Description

Definition at line 33 of file l3xc.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

l3xc_t_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ l3xc_dpo

dpo_id_t l3xc_t_::l3xc_dpo

DPO for forwarding.

Definition at line 61 of file l3xc.h.

◆ l3xc_node

fib_node_t l3xc_t_::l3xc_node

Linkage into the FIB graph.

Definition at line 39 of file l3xc.h.

◆ l3xc_pl

fib_node_index_t l3xc_t_::l3xc_pl

The path-list describing how to forward in case of a match.

Definition at line 44 of file l3xc.h.

◆ l3xc_proto

fib_protocol_t l3xc_t_::l3xc_proto

Definition at line 46 of file l3xc.h.

◆ l3xc_sibling

u32 l3xc_t_::l3xc_sibling

Sibling index on the path-list.

Definition at line 51 of file l3xc.h.

◆ l3xc_sw_if_index

u32 l3xc_t_::l3xc_sw_if_index

The input interface.

Definition at line 56 of file l3xc.h.


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