FD.io VPP  v21.01.1
Vector Packet Processing
cnat_ep_trk_t_ Struct Reference

Data used to track an EP in the FIB. More...

+ Collaboration diagram for cnat_ep_trk_t_:

Data Fields

cnat_endpoint_t ct_ep [VLIB_N_DIR]
 The EP being tracked. More...
 
fib_node_index_t ct_fei
 The FIB entry for the EP. More...
 
u32 ct_sibling
 The sibling on the entry's child list. More...
 
dpo_id_t ct_dpo
 The forwarding contributed by the entry. More...
 
u8 is_active
 Allows to disable if not resolved yet. More...
 

Detailed Description

Data used to track an EP in the FIB.

Definition at line 31 of file cnat_translation.h.

Field Documentation

◆ ct_dpo

dpo_id_t cnat_ep_trk_t_::ct_dpo

The forwarding contributed by the entry.

Definition at line 51 of file cnat_translation.h.

◆ ct_ep

cnat_endpoint_t cnat_ep_trk_t_::ct_ep[VLIB_N_DIR]

The EP being tracked.

Definition at line 36 of file cnat_translation.h.

◆ ct_fei

fib_node_index_t cnat_ep_trk_t_::ct_fei

The FIB entry for the EP.

Definition at line 41 of file cnat_translation.h.

◆ ct_sibling

u32 cnat_ep_trk_t_::ct_sibling

The sibling on the entry's child list.

Definition at line 46 of file cnat_translation.h.

◆ is_active

u8 cnat_ep_trk_t_::is_active

Allows to disable if not resolved yet.

Definition at line 56 of file cnat_translation.h.


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