FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
gbp_endpoint_loc_t_ Struct Reference

Information about the location of the endpoint provided by a source of endpoints. More...

+ Collaboration diagram for gbp_endpoint_loc_t_:

Data Fields

gbp_endpoint_src_t gel_src
 The source providing this location information. More...
 
gbp_itf_hdl_t gel_itf
 The interface on which the EP is connected. More...
 
gbp_endpoint_flags_t gel_flags
 Endpoint flags. More...
 
index_t gel_epg
 Endpoint Group. More...
 
u32 gel_locks
 number of times this source has locked this More...
 
struct {
   u32   gel_parent_sw_if_index
 
   ip46_address_t   gel_src
 
   ip46_address_t   gel_dst
 
tun
 Tunnel info for remote endpoints. More...
 

Detailed Description

Information about the location of the endpoint provided by a source of endpoints.

Definition at line 116 of file gbp_endpoint.h.

Field Documentation

◆ gel_dst

ip46_address_t gbp_endpoint_loc_t_::gel_dst

Definition at line 150 of file gbp_endpoint.h.

◆ gel_epg

index_t gbp_endpoint_loc_t_::gel_epg

Endpoint Group.

Definition at line 136 of file gbp_endpoint.h.

◆ gel_flags

gbp_endpoint_flags_t gbp_endpoint_loc_t_::gel_flags

Endpoint flags.

Definition at line 131 of file gbp_endpoint.h.

◆ gel_itf

gbp_itf_hdl_t gbp_endpoint_loc_t_::gel_itf

The interface on which the EP is connected.

Definition at line 126 of file gbp_endpoint.h.

◆ gel_locks

u32 gbp_endpoint_loc_t_::gel_locks

number of times this source has locked this

Definition at line 141 of file gbp_endpoint.h.

◆ gel_parent_sw_if_index

u32 gbp_endpoint_loc_t_::gel_parent_sw_if_index

Definition at line 148 of file gbp_endpoint.h.

◆ gel_src [1/2]

gbp_endpoint_src_t gbp_endpoint_loc_t_::gel_src

The source providing this location information.

Definition at line 121 of file gbp_endpoint.h.

◆ gel_src [2/2]

ip46_address_t gbp_endpoint_loc_t_::gel_src

Definition at line 149 of file gbp_endpoint.h.

◆ tun

struct { ... } gbp_endpoint_loc_t_::tun

Tunnel info for remote endpoints.


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