![]() |
FD.io VPP
v19.04.1-1-ge4a0f9f
Vector Packet Processing
|
Include dependency graph for gbp_subnet.c:Go to the source code of this file.
Data Structures | |
| struct | gbp_subnet_key_t_ |
| a key for the DB More... | |
| struct | gbp_subnet_t_ |
| Subnet. More... | |
Typedefs | |
| typedef struct gbp_subnet_key_t_ | gbp_subnet_key_t |
| a key for the DB More... | |
| typedef struct gbp_subnet_t_ | gbp_subnet_t |
| Subnet. More... | |
| typedef enum gsb_subnet_show_flags_t_ | gsb_subnet_show_flags_t |
Enumerations | |
| enum | gsb_subnet_show_flags_t_ { GBP_SUBNET_SHOW_BRIEF, GBP_SUBNET_SHOW_DETAILS } |
Variables | |
| uword * | gbp_subnet_db |
| A DB of the subnets; key={pfx,fib-index}. More... | |
| gbp_subnet_t * | gbp_subnet_pool |
| pool of subnets More... | |
| static vlib_cli_command_t | gbp_subnet_show_node |
| (constructor) VLIB_CLI_COMMAND (gbp_subnet_show_node) More... | |
| typedef struct gbp_subnet_key_t_ gbp_subnet_key_t |
a key for the DB
| typedef struct gbp_subnet_t_ gbp_subnet_t |
Subnet.
| typedef enum gsb_subnet_show_flags_t_ gsb_subnet_show_flags_t |
| Enumerator | |
|---|---|
| GBP_SUBNET_SHOW_BRIEF | |
| GBP_SUBNET_SHOW_DETAILS | |
Definition at line 337 of file gbp_subnet.c.
Definition at line 364 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 344 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int gbp_subnet_add | ( | u32 | rd_id, |
| const fib_prefix_t * | pfx, | ||
| gbp_subnet_type_t | type, | ||
| u32 | sw_if_index, | ||
| sclass_t | sclass | ||
| ) |
Definition at line 246 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 86 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 101 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| int gbp_subnet_del | ( | u32 | rd_id, |
| const fib_prefix_t * | pfx | ||
| ) |
Definition at line 221 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 203 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 158 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 459 of file gbp_subnet.c.
|
static |
Definition at line 139 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 182 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 111 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void gbp_subnet_walk | ( | gbp_subnet_cb_t | cb, |
| void * | ctx | ||
| ) |
Definition at line 300 of file gbp_subnet.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uword* gbp_subnet_db |
A DB of the subnets; key={pfx,fib-index}.
Definition at line 61 of file gbp_subnet.c.
| gbp_subnet_t* gbp_subnet_pool |
pool of subnets
Definition at line 66 of file gbp_subnet.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_subnet_show_node)
Definition at line 451 of file gbp_subnet.c.