![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Include dependency graph for gbp_recirc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | gpb_recirc_t_ |
| A GBP recirculation interface representation Thes interfaces join Bridge domains that are internal to those that are NAT external, so the packets can be NAT translated and then undergo the whole policy process again. More... | |
Typedefs | |
| typedef struct gpb_recirc_t_ | gbp_recirc_t |
| A GBP recirculation interface representation Thes interfaces join Bridge domains that are internal to those that are NAT external, so the packets can be NAT translated and then undergo the whole policy process again. More... | |
| typedef walk_rc_t(* | gbp_recirc_cb_t) (gbp_recirc_t *gbpe, void *ctx) |
Functions | |
| int | gbp_recirc_add (u32 sw_if_index, sclass_t sclass, u8 is_ext) |
| int | gbp_recirc_delete (u32 sw_if_index) |
| void | gbp_recirc_walk (gbp_recirc_cb_t bgpe, void *ctx) |
| static 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 walk_rc_t(* gbp_recirc_cb_t) (gbp_recirc_t *gbpe, void *ctx) |
Definition at line 66 of file gbp_recirc.h.
| typedef struct gpb_recirc_t_ gbp_recirc_t |
A GBP recirculation interface representation Thes interfaces join Bridge domains that are internal to those that are NAT external, so the packets can be NAT translated and then undergo the whole policy process again.
Definition at line 62 of file gbp_recirc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int gbp_recirc_delete | ( | u32 | sw_if_index | ) |
Definition at line 175 of file gbp_recirc.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 34 of file gbp_recirc.c.
| gbp_recirc_t* gbp_recirc_pool |