FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
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.
void gbp_subnet_walk | ( | gbp_subnet_cb_t | cb, |
void * | ctx | ||
) |