FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Attributes and configurations attached to interfaces by GBP. More...
Data Fields | |
u32 | gi_locks |
Number of references to this interface. More... | |
u32 | gi_sw_if_index |
The interface this wrapper is managing. More... | |
gbp_itf_mode_t | gi_mode |
The mode of the interface. More... | |
u32 * | gi_users |
Users of this interface - this is encoded in the user's handle. More... | |
u32 * | gi_input_fbs |
L2/L3 Features configured by each user. More... | |
u32 | gi_input_fb |
u32 * | gi_output_fbs |
u32 | gi_output_fb |
gbp_itf_free_fn_t | gi_free_fn |
function to call when the interface is deleted. More... | |
union { | |
u32 gi_gbi | |
GBP BD or RD index. More... | |
index_t gi_gri | |
}; | |
Attributes and configurations attached to interfaces by GBP.
union { ... } |
gbp_itf_free_fn_t gbp_itf_t_::gi_free_fn |
u32* gbp_itf_t_::gi_input_fbs |
u32 gbp_itf_t_::gi_locks |
gbp_itf_mode_t gbp_itf_t_::gi_mode |
u32 gbp_itf_t_::gi_sw_if_index |
u32* gbp_itf_t_::gi_users |