FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
gbp_endpoint_group.c File Reference
+ Include dependency graph for gbp_endpoint_group.c:

Go to the source code of this file.

Macros

#define GBP_EPG_DBG(...)   vlib_log_debug (gg_logger, __VA_ARGS__);
 

Functions

gbp_endpoint_group_tgbp_endpoint_group_get (index_t i)
 
void gbp_endpoint_group_lock (index_t i)
 
index_t gbp_endpoint_group_find (epg_id_t epg_id)
 
int gbp_endpoint_group_add_and_lock (epg_id_t epg_id, u32 bd_id, u32 rd_id, u32 uplink_sw_if_index)
 
void gbp_endpoint_group_unlock (index_t ggi)
 
int gbp_endpoint_group_delete (epg_id_t epg_id)
 
u32 gbp_endpoint_group_get_bd_id (const gbp_endpoint_group_t *gg)
 
index_t gbp_endpoint_group_get_fib_index (const gbp_endpoint_group_t *gg, fib_protocol_t fproto)
 
void gbp_endpoint_group_walk (gbp_endpoint_group_cb_t cb, void *ctx)
 
static clib_error_tgbp_endpoint_group_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
u8format_gbp_endpoint_group (u8 *s, va_list *args)
 
static int gbp_endpoint_group_show_one (gbp_endpoint_group_t *gg, void *ctx)
 
static clib_error_tgbp_endpoint_group_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tgbp_endpoint_group_init (vlib_main_t *vm)
 

Variables

gbp_endpoint_group_tgbp_endpoint_group_pool
 Pool of GBP endpoint_groups. More...
 
gbp_endpoint_group_db_t gbp_endpoint_group_db
 DB of endpoint_groups. More...
 
vlib_log_class_t gg_logger
 
static vlib_cli_command_t gbp_endpoint_group_cli_node
 (constructor) VLIB_CLI_COMMAND (gbp_endpoint_group_cli_node) More...
 
static vlib_cli_command_t gbp_endpoint_group_show_node
 (constructor) VLIB_CLI_COMMAND (gbp_endpoint_group_show_node) More...
 

Macro Definition Documentation

◆ GBP_EPG_DBG

#define GBP_EPG_DBG (   ...)    vlib_log_debug (gg_logger, __VA_ARGS__);

Definition at line 38 of file gbp_endpoint_group.c.

Function Documentation

◆ format_gbp_endpoint_group()

u8* format_gbp_endpoint_group ( u8 s,
va_list *  args 
)

Definition at line 308 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_add_and_lock()

int gbp_endpoint_group_add_and_lock ( epg_id_t  epg_id,
u32  bd_id,
u32  rd_id,
u32  uplink_sw_if_index 
)

Definition at line 70 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_cli()

static clib_error_t* gbp_endpoint_group_cli ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 243 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:

◆ gbp_endpoint_group_delete()

int gbp_endpoint_group_delete ( epg_id_t  epg_id)

Definition at line 189 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_find()

index_t gbp_endpoint_group_find ( epg_id_t  epg_id)

Definition at line 57 of file gbp_endpoint_group.c.

+ Here is the caller graph for this function:

◆ gbp_endpoint_group_get()

gbp_endpoint_group_t* gbp_endpoint_group_get ( index_t  i)

Definition at line 42 of file gbp_endpoint_group.c.

+ Here is the caller graph for this function:

◆ gbp_endpoint_group_get_bd_id()

u32 gbp_endpoint_group_get_bd_id ( const gbp_endpoint_group_t gg)

Definition at line 208 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_get_fib_index()

index_t gbp_endpoint_group_get_fib_index ( const gbp_endpoint_group_t gg,
fib_protocol_t  fproto 
)

Definition at line 218 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_init()

static clib_error_t* gbp_endpoint_group_init ( vlib_main_t vm)
static

Definition at line 364 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:

◆ gbp_endpoint_group_lock()

void gbp_endpoint_group_lock ( index_t  i)

Definition at line 48 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_show()

static clib_error_t* gbp_endpoint_group_show ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 338 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:

◆ gbp_endpoint_group_show_one()

static int gbp_endpoint_group_show_one ( gbp_endpoint_group_t gg,
void *  ctx 
)
static

Definition at line 327 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_unlock()

void gbp_endpoint_group_unlock ( index_t  ggi)

Definition at line 149 of file gbp_endpoint_group.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gbp_endpoint_group_walk()

void gbp_endpoint_group_walk ( gbp_endpoint_group_cb_t  cb,
void *  ctx 
)

Definition at line 229 of file gbp_endpoint_group.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ gbp_endpoint_group_cli_node

vlib_cli_command_t gbp_endpoint_group_cli_node
static
Initial value:
= {
.path = "gbp endpoint-group",
.short_help = "gbp endpoint-group [del] epg <ID> bd <ID> rd <ID> <interface>",
}
static clib_error_t * gbp_endpoint_group_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (gbp_endpoint_group_cli_node)

Definition at line 301 of file gbp_endpoint_group.c.

◆ gbp_endpoint_group_db

gbp_endpoint_group_db_t gbp_endpoint_group_db

DB of endpoint_groups.

DP functions and databases.

Definition at line 35 of file gbp_endpoint_group.c.

◆ gbp_endpoint_group_pool

gbp_endpoint_group_t* gbp_endpoint_group_pool

Pool of GBP endpoint_groups.

Definition at line 30 of file gbp_endpoint_group.c.

◆ gbp_endpoint_group_show_node

vlib_cli_command_t gbp_endpoint_group_show_node
static
Initial value:
= {
.path = "show gbp endpoint-group",
.short_help = "show gbp endpoint-group\n",
}
static clib_error_t * gbp_endpoint_group_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (gbp_endpoint_group_show_node)

Definition at line 356 of file gbp_endpoint_group.c.

◆ gg_logger

vlib_log_class_t gg_logger

Definition at line 36 of file gbp_endpoint_group.c.