FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Table flush context. More...
Data Fields | |
fib_node_index_t * | ftf_entries |
The list of entries to flush. More... | |
fib_source_t | ftf_source |
The source we are flushing. More... | |
Table flush context.
Store the indicies of matching FIB entries that need to be removed.
Definition at line 1309 of file fib_table.c.
fib_node_index_t* fib_table_flush_ctx_t_::ftf_entries |
The list of entries to flush.
Definition at line 1314 of file fib_table.c.
fib_source_t fib_table_flush_ctx_t_::ftf_source |
The source we are flushing.
Definition at line 1319 of file fib_table.c.