FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gbp_endpoint_key_t_ |
This is the identity of an endpoint, as such it is information about an endpoint that is idempotent. More... | |
struct | gbp_endpoint_loc_t_ |
Information about the location of the endpoint provided by a source of endpoints. More... | |
struct | gbp_endpoint_fwd_t_ |
And endpoints current forwarding state. More... | |
struct | gbp_endpoint_t_ |
A Group Based Policy Endpoint. More... | |
struct | gbp_ep_by_ip_itf_db_t_ |
GBP Endpoint Databases. More... | |
Macros | |
#define | GBP_ENDPOINT_ATTR_NAMES |
#define | foreach_gbp_endpoint_src |
Sources of Endpoints in priority order. More... | |
#define | GBP_ENDPOINT_SRC_MAX (GBP_ENDPOINT_SRC_RR+1) |
Typedefs | |
typedef enum gbp_endpoint_attr_t_ | gbp_endpoint_attr_t |
Flags for each endpoint. More... | |
typedef enum gbp_endpoint_flags_t_ | gbp_endpoint_flags_t |
typedef enum gbp_endpoint_src_t_ | gbp_endpoint_src_t |
typedef struct gbp_endpoint_key_t_ | gbp_endpoint_key_t |
This is the identity of an endpoint, as such it is information about an endpoint that is idempotent. More... | |
typedef struct gbp_endpoint_loc_t_ | gbp_endpoint_loc_t |
Information about the location of the endpoint provided by a source of endpoints. More... | |
typedef struct gbp_endpoint_fwd_t_ | gbp_endpoint_fwd_t |
And endpoints current forwarding state. More... | |
typedef struct gbp_endpoint_t_ | gbp_endpoint_t |
A Group Based Policy Endpoint. More... | |
typedef struct gbp_ep_by_ip_itf_db_t_ | gbp_ep_db_t |
GBP Endpoint Databases. More... | |
typedef walk_rc_t(* | gbp_endpoint_cb_t) (index_t gbpei, void *ctx) |
Enumerations | |
enum | gbp_endpoint_attr_t_ { GBP_ENDPOINT_ATTR_FIRST = 0, GBP_ENDPOINT_ATTR_BOUNCE = GBP_ENDPOINT_ATTR_FIRST, GBP_ENDPOINT_ATTR_REMOTE, GBP_ENDPOINT_ATTR_LEARNT, GBP_ENDPOINT_ATTR_EXTERNAL, GBP_ENDPOINT_ATTR_LAST } |
Flags for each endpoint. More... | |
enum | gbp_endpoint_flags_t_ { GBP_ENDPOINT_FLAG_NONE = 0, GBP_ENDPOINT_FLAG_BOUNCE = (1 << GBP_ENDPOINT_ATTR_BOUNCE), GBP_ENDPOINT_FLAG_REMOTE = (1 << GBP_ENDPOINT_ATTR_REMOTE), GBP_ENDPOINT_FLAG_LEARNT = (1 << GBP_ENDPOINT_ATTR_LEARNT), GBP_ENDPOINT_FLAG_EXTERNAL = (1 << GBP_ENDPOINT_ATTR_EXTERNAL) } |
enum | gbp_endpoint_src_t_ { foreach_gbp_endpoint_src } |
Variables | |
gbp_ep_db_t | gbp_ep_db |
DP functions and databases. More... | |
gbp_endpoint_t * | gbp_endpoint_pool |
Pool of GBP endpoints. More... | |
#define foreach_gbp_endpoint_src |
Sources of Endpoints in priority order.
The best (lowest value) source provides the forwarding information
Definition at line 63 of file gbp_endpoint.h.
#define GBP_ENDPOINT_ATTR_NAMES |
Definition at line 50 of file gbp_endpoint.h.
#define GBP_ENDPOINT_SRC_MAX (GBP_ENDPOINT_SRC_RR+1) |
Definition at line 75 of file gbp_endpoint.h.
typedef enum gbp_endpoint_attr_t_ gbp_endpoint_attr_t |
Flags for each endpoint.
Definition at line 241 of file gbp_endpoint.h.
typedef enum gbp_endpoint_flags_t_ gbp_endpoint_flags_t |
typedef struct gbp_endpoint_fwd_t_ gbp_endpoint_fwd_t |
And endpoints current forwarding state.
typedef struct gbp_endpoint_key_t_ gbp_endpoint_key_t |
This is the identity of an endpoint, as such it is information about an endpoint that is idempotent.
The ID is used to add the EP into the various data-bases for retrieval.
typedef struct gbp_endpoint_loc_t_ gbp_endpoint_loc_t |
Information about the location of the endpoint provided by a source of endpoints.
typedef enum gbp_endpoint_src_t_ gbp_endpoint_src_t |
typedef struct gbp_endpoint_t_ gbp_endpoint_t |
A Group Based Policy Endpoint.
This is typically a VM or container. If the endpoint is local (i.e. on the same compute node as VPP) then there is one interface per-endpoint. If the EP is remote,e.g. reachable over a [vxlan] tunnel, then there will be multiple EPs reachable over the tunnel and they can be distinguished via either their MAC or IP Address[es].
typedef struct gbp_ep_by_ip_itf_db_t_ gbp_ep_db_t |
GBP Endpoint Databases.
enum gbp_endpoint_attr_t_ |
Flags for each endpoint.
Enumerator | |
---|---|
GBP_ENDPOINT_ATTR_FIRST | |
GBP_ENDPOINT_ATTR_BOUNCE | |
GBP_ENDPOINT_ATTR_REMOTE | |
GBP_ENDPOINT_ATTR_LEARNT | |
GBP_ENDPOINT_ATTR_EXTERNAL | |
GBP_ENDPOINT_ATTR_LAST |
Definition at line 31 of file gbp_endpoint.h.
Enumerator | |
---|---|
GBP_ENDPOINT_FLAG_NONE | |
GBP_ENDPOINT_FLAG_BOUNCE | |
GBP_ENDPOINT_FLAG_REMOTE | |
GBP_ENDPOINT_FLAG_LEARNT | |
GBP_ENDPOINT_FLAG_EXTERNAL |
Definition at line 41 of file gbp_endpoint.h.
enum gbp_endpoint_src_t_ |
Enumerator | |
---|---|
foreach_gbp_endpoint_src |
Definition at line 68 of file gbp_endpoint.h.
Definition at line 1242 of file gbp_endpoint.c.
Definition at line 70 of file gbp_endpoint.c.
Definition at line 1165 of file gbp_endpoint.c.
u32 gbp_endpoint_child_add | ( | index_t | gei, |
fib_node_type_t | type, | ||
fib_node_index_t | index | ||
) |
Definition at line 1001 of file gbp_endpoint.c.
Definition at line 1008 of file gbp_endpoint.c.
static_always_inline gbp_endpoint_t* gbp_endpoint_find_ip4 | ( | const ip4_address_t * | ip, |
u32 | fib_index | ||
) |
Definition at line 311 of file gbp_endpoint.h.
static_always_inline gbp_endpoint_t* gbp_endpoint_find_ip6 | ( | const ip6_address_t * | ip, |
u32 | fib_index | ||
) |
Definition at line 336 of file gbp_endpoint.h.
static_always_inline gbp_endpoint_t* gbp_endpoint_find_itf | ( | u32 | sw_if_index | ) |
Definition at line 352 of file gbp_endpoint.h.
static_always_inline gbp_endpoint_t* gbp_endpoint_find_mac | ( | const u8 * | mac, |
u32 | bd_index | ||
) |
Definition at line 276 of file gbp_endpoint.h.
void gbp_endpoint_flush | ( | gbp_endpoint_src_t | src, |
u32 | sw_if_index | ||
) |
remove all learnt endpoints using the interface
Definition at line 1042 of file gbp_endpoint.c.
|
inlinestatic |
Get the endpoint from a port/interface.
Definition at line 262 of file gbp_endpoint.h.
int gbp_endpoint_is_external | ( | const gbp_endpoint_t * | ge | ) |
int gbp_endpoint_is_learnt | ( | const gbp_endpoint_t * | ge | ) |
int gbp_endpoint_is_local | ( | const gbp_endpoint_t * | ge | ) |
int gbp_endpoint_is_remote | ( | const gbp_endpoint_t * | ge | ) |
static_always_inline void gbp_endpoint_mk_key_ip | ( | const ip46_address_t * | ip, |
u32 | fib_index, | ||
clib_bihash_kv_24_8_t * | key | ||
) |
static_always_inline void gbp_endpoint_mk_key_ip4 | ( | const ip4_address_t * | ip, |
u32 | fib_index, | ||
clib_bihash_kv_24_8_t * | key | ||
) |
Definition at line 301 of file gbp_endpoint.h.
static_always_inline void gbp_endpoint_mk_key_ip6 | ( | const ip6_address_t * | ip, |
u32 | fib_index, | ||
clib_bihash_kv_24_8_t * | key | ||
) |
static_always_inline void gbp_endpoint_mk_key_mac | ( | const u8 * | mac, |
u32 | bd_index, | ||
clib_bihash_kv_16_8_t * | key | ||
) |
Definition at line 268 of file gbp_endpoint.h.
void gbp_endpoint_scan | ( | vlib_main_t * | vm | ) |
Definition at line 1489 of file gbp_endpoint.c.
void gbp_endpoint_unlock | ( | gbp_endpoint_src_t | src, |
index_t | gbpei | ||
) |
Definition at line 920 of file gbp_endpoint.c.
int gbp_endpoint_update_and_lock | ( | gbp_endpoint_src_t | src, |
u32 | sw_if_index, | ||
const ip46_address_t * | ip, | ||
const mac_address_t * | mac, | ||
index_t | gbd, | ||
index_t | grd, | ||
sclass_t | sclass, | ||
gbp_endpoint_flags_t | flags, | ||
const ip46_address_t * | tun_src, | ||
const ip46_address_t * | tun_dst, | ||
u32 * | handle | ||
) |
Definition at line 824 of file gbp_endpoint.c.
void gbp_endpoint_walk | ( | gbp_endpoint_cb_t | cb, |
void * | ctx | ||
) |
gbp_endpoint_t* gbp_endpoint_pool |
Pool of GBP endpoints.
Definition at line 57 of file gbp_endpoint.c.
gbp_ep_db_t gbp_ep_db |
DP functions and databases.
DP functions and databases.
Definition at line 42 of file gbp_endpoint.c.