FD.io VPP  v21.10.1-2-g0a485f517
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 ct_flags
 Allows to disable if not resolved yet. More...
 

Detailed Description

Data used to track an EP in the FIB.

Definition at line 32 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 52 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 37 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 42 of file cnat_translation.h.

◆ ct_flags

u8 cnat_ep_trk_t_::ct_flags

Allows to disable if not resolved yet.

Definition at line 57 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 47 of file cnat_translation.h.


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