FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data used to track an EP in the FIB. More...
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... | |
Data used to track an EP in the FIB.
Definition at line 31 of file cnat_translation.h.
dpo_id_t cnat_ep_trk_t_::ct_dpo |
The forwarding contributed by the entry.
Definition at line 51 of file cnat_translation.h.
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.
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.
u32 cnat_ep_trk_t_::ct_sibling |
The sibling on the entry's child list.
Definition at line 46 of file cnat_translation.h.