FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | bier_disp_table_t_ |
A protocol Independent IP multicast FIB table. More... | |
Typedefs | |
typedef struct bier_disp_table_t_ | bier_disp_table_t |
A protocol Independent IP multicast FIB table. More... | |
typedef void(* | bier_disp_table_walk_fn_t) (const bier_disp_table_t *bdt, const bier_disp_entry_t *bde, u16 bp, void *ctx) |
Types and functions to walk all the entries in one BIER Table. More... | |
Functions | |
u8 * | format_bier_disp_table (u8 *s, va_list *ap) |
Format the description/name of the table. More... | |
void | bier_disp_table_entry_path_add (u32 table_id, bier_bp_t src, bier_hdr_proto_id_t payload_proto, const fib_route_path_t *rpath) |
void | bier_disp_table_entry_path_remove (u32 table_id, bier_bp_t src, bier_hdr_proto_id_t payload_proto, const fib_route_path_t *paths) |
index_t | bier_disp_table_find (u32 table_id) |
index_t | bier_disp_table_add_or_lock (u32 table_id) |
void | bier_disp_table_unlock_w_table_id (u32 table_id) |
void | bier_disp_table_unlock (index_t bdti) |
void | bier_disp_table_lock (index_t bdti) |
void | bier_disp_table_contribute_forwarding (index_t bdti, dpo_id_t *dpo) |
void | bier_disp_table_walk (u32 table_id, bier_disp_table_walk_fn_t fn, void *ctx) |
static bier_disp_table_t * | bier_disp_table_get (index_t bdti) |
static index_t | bier_disp_table_lookup (index_t bdti, bier_hdr_src_id_t src) |
Variables | |
bier_disp_table_t * | bier_disp_table_pool |
Get a pointer to a FIB table. More... | |
typedef struct bier_disp_table_t_ bier_disp_table_t |
A protocol Independent IP multicast FIB table.
typedef void(* bier_disp_table_walk_fn_t) (const bier_disp_table_t *bdt, const bier_disp_entry_t *bde, u16 bp, void *ctx) |
Types and functions to walk all the entries in one BIER Table.
Definition at line 84 of file bier_disp_table.h.
Set the result for each entry in the DB to be invalid
Definition at line 57 of file bier_disp_table.c.
Definition at line 132 of file bier_disp_table.c.
void bier_disp_table_entry_path_add | ( | u32 | table_id, |
bier_bp_t | src, | ||
bier_hdr_proto_id_t | payload_proto, | ||
const fib_route_path_t * | rpath | ||
) |
Definition at line 217 of file bier_disp_table.c.
void bier_disp_table_entry_path_remove | ( | u32 | table_id, |
bier_bp_t | src, | ||
bier_hdr_proto_id_t | payload_proto, | ||
const fib_route_path_t * | paths | ||
) |
Definition at line 243 of file bier_disp_table.c.
|
inlinestatic |
void bier_disp_table_lock | ( | index_t | bdti | ) |
Definition at line 126 of file bier_disp_table.c.
|
inlinestatic |
Definition at line 105 of file bier_disp_table.h.
void bier_disp_table_unlock | ( | index_t | bdti | ) |
Definition at line 104 of file bier_disp_table.c.
void bier_disp_table_unlock_w_table_id | ( | u32 | table_id | ) |
Definition at line 91 of file bier_disp_table.c.
void bier_disp_table_walk | ( | u32 | table_id, |
bier_disp_table_walk_fn_t | fn, | ||
void * | ctx | ||
) |
Definition at line 274 of file bier_disp_table.c.
Format the description/name of the table.
Definition at line 143 of file bier_disp_table.c.
bier_disp_table_t* bier_disp_table_pool |
Get a pointer to a FIB table.
Get a pointer to a FIB table.
Definition at line 22 of file bier_disp_table.c.