![]() |
FD.io VPP
v18.10-32-g1161dda
Vector Packet Processing
|
Include dependency graph for gbp_policy.c:Go to the source code of this file.
Data Structures | |
| struct | gbp_policy_main_t_ |
| Grouping of global data for the GBP source EPG classification feature. More... | |
| struct | gbp_policy_trace_t_ |
| per-packet trace data More... | |
Macros | |
| #define | foreach_gbp_policy _(DENY, "deny") |
Typedefs | |
| typedef struct gbp_policy_main_t_ | gbp_policy_main_t |
| Grouping of global data for the GBP source EPG classification feature. More... | |
| typedef struct gbp_policy_trace_t_ | gbp_policy_trace_t |
| per-packet trace data More... | |
Enumerations | |
| enum | gbp_policy_error_t { GBP_POLICY_N_ERROR } |
| enum | gbp_policy_next_t { GBP_POLICY_N_NEXT, GBP_POLICY_DROP, GBP_POLICY_N_NEXT } |
Functions | |
| static uword | gbp_policy (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
| static u8 * | format_gbp_policy_trace (u8 *s, va_list *args) |
| VLIB_NODE_FUNCTION_MULTIARCH (gbp_policy_node, gbp_policy) | |
| static clib_error_t * | gbp_policy_init (vlib_main_t *vm) |
Variables | |
| static gbp_policy_main_t | gbp_policy_main |
| static char * | gbp_policy_error_strings [] |
| vlib_node_registration_t | gbp_policy_node |
| (constructor) VLIB_REGISTER_NODE (gbp_policy_node) More... | |
| #define foreach_gbp_policy _(DENY, "deny") |
Definition at line 31 of file gbp_policy.c.
| typedef struct gbp_policy_main_t_ gbp_policy_main_t |
Grouping of global data for the GBP source EPG classification feature.
| typedef struct gbp_policy_trace_t_ gbp_policy_trace_t |
per-packet trace data
| enum gbp_policy_error_t |
| Enumerator | |
|---|---|
| GBP_POLICY_N_ERROR | |
Definition at line 34 of file gbp_policy.c.
| enum gbp_policy_next_t |
| Enumerator | |
|---|---|
| GBP_POLICY_N_NEXT | |
| GBP_POLICY_DROP | |
| GBP_POLICY_N_NEXT | |
Definition at line 48 of file gbp_policy.c.
|
static |
|
static |
| VLIB_NODE_FUNCTION_MULTIARCH | ( | gbp_policy_node | , |
| gbp_policy | |||
| ) |
|
static |
Definition at line 42 of file gbp_policy.c.
|
static |
Definition at line 29 of file gbp_policy.c.
| vlib_node_registration_t gbp_policy_node |
(constructor) VLIB_REGISTER_NODE (gbp_policy_node)
Definition at line 219 of file gbp_policy.c.