![]() |
FD.io VPP
v18.11-rc0-18-g2a3fb1a
Vector Packet Processing
|
Include dependency graph for gbp_subnet.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef int(* | gbp_subnet_cb_t) (u32 table_id, const fib_prefix_t *pfx, u32 sw_if_index, epg_id_t epg, u8 is_internal, void *ctx) |
Functions | |
| int | gbp_subnet_add_del (u32 table_id, const fib_prefix_t *pfx, u32 sw_if_index, epg_id_t epg, u8 is_add, u8 is_internal) |
| void | gbp_subnet_walk (gbp_subnet_cb_t cb, void *ctx) |
| typedef int(* gbp_subnet_cb_t) (u32 table_id, const fib_prefix_t *pfx, u32 sw_if_index, epg_id_t epg, u8 is_internal, void *ctx) |
Definition at line 27 of file gbp_subnet.h.
| int gbp_subnet_add_del | ( | u32 | table_id, |
| const fib_prefix_t * | pfx, | ||
| u32 | sw_if_index, | ||
| epg_id_t | epg, | ||
| u8 | is_add, | ||
| u8 | is_internal | ||
| ) |
Definition at line 71 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 | ||
| ) |