FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gpb_recirc_t_ |
An Endpoint Group representation. More... | |
Typedefs | |
typedef struct gpb_recirc_t_ | gbp_recirc_t |
An Endpoint Group representation. More... | |
typedef int(* | gbp_recirc_cb_t) (gbp_recirc_t *gbpe, void *ctx) |
Functions | |
int | gbp_recirc_add (u32 sw_if_index, epg_id_t epg_id, u8 is_ext) |
void | gbp_recirc_delete (u32 sw_if_index) |
void | gbp_recirc_walk (gbp_recirc_cb_t bgpe, void *ctx) |
static const gbp_recirc_t * | gbp_recirc_get (u32 sw_if_index) |
Variables | |
gbp_recirc_t * | gbp_recirc_pool |
Data plane functions. More... | |
index_t * | gbp_recirc_db |
Recirc configs keyed by sw_if_index. More... | |
typedef int(* gbp_recirc_cb_t) (gbp_recirc_t *gbpe, void *ctx) |
Definition at line 52 of file gbp_recirc.h.
typedef struct gpb_recirc_t_ gbp_recirc_t |
An Endpoint Group representation.
Definition at line 34 of file gbp_recirc.c.
void gbp_recirc_delete | ( | u32 | sw_if_index | ) |
Definition at line 118 of file gbp_recirc.c.
|
inlinestatic |
void gbp_recirc_walk | ( | gbp_recirc_cb_t | bgpe, |
void * | ctx | ||
) |
index_t* gbp_recirc_db |
Recirc configs keyed by sw_if_index.
Definition at line 31 of file gbp_recirc.c.
gbp_recirc_t* gbp_recirc_pool |