FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
gbp_subnet.h File Reference
+ 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 Documentation

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.

Function Documentation

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 
)

Definition at line 143 of file gbp_subnet.c.

+ Here is the caller graph for this function: