FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
gbp_endpoint_fwd_t_ Struct Reference

And endpoints current forwarding state. More...

+ Collaboration diagram for gbp_endpoint_fwd_t_:

Data Fields

gbp_itf_hdl_t gef_itf
 The interface on which the EP is connected. More...
 
index_tgef_adjs
 The L3 adj, if created. More...
 
sclass_t gef_sclass
 Endpoint Group's sclass. More...
 
u32 gef_fib_index
 FIB index the EP is in. More...
 
gbp_endpoint_flags_t gef_flags
 

Detailed Description

And endpoints current forwarding state.

Definition at line 157 of file gbp_endpoint.h.

Field Documentation

◆ gef_adjs

index_t* gbp_endpoint_fwd_t_::gef_adjs

The L3 adj, if created.

Definition at line 167 of file gbp_endpoint.h.

◆ gef_fib_index

u32 gbp_endpoint_fwd_t_::gef_fib_index

FIB index the EP is in.

Definition at line 177 of file gbp_endpoint.h.

◆ gef_flags

gbp_endpoint_flags_t gbp_endpoint_fwd_t_::gef_flags

Definition at line 179 of file gbp_endpoint.h.

◆ gef_itf

gbp_itf_hdl_t gbp_endpoint_fwd_t_::gef_itf

The interface on which the EP is connected.

Definition at line 162 of file gbp_endpoint.h.

◆ gef_sclass

sclass_t gbp_endpoint_fwd_t_::gef_sclass

Endpoint Group's sclass.

cached for fast DP access.

Definition at line 172 of file gbp_endpoint.h.


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