|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
23 #ifndef __ADJ_DELEGATE_T__
24 #define __ADJ_DELEGATE_T__
45 #define ADJ_DELEGATE_LAST (ADJ_DELEGATE_MIDCHAIN)
index_t ad_index
The index passed by the provider to identify its delegate instance.
void adj_delegate_remove(adj_index_t ai, adj_delegate_type_t type)
Remove a delegate from an adjacency.
An ADJ delegate virtual function table.
adj_delegate_type_t_
A Delagate is a means to implement the Delagation design pattern; the extension of an object's functi...
adj_delegate_type_t ad_type
The delagate type.
struct adj_delegate_t_ adj_delegate_t
Adj delegate.
void(* adj_delegate_adj_created_t)(adj_index_t ai)
Notification that an adjacency has been created.
int adj_delegate_add(ip_adjacency_t *adj, adj_delegate_type_t fdt, index_t adi)
Add a delegate to an adjacency.
adj_delegate_type_t adj_delegate_register_new_type(const adj_delegate_vft_t *vft)
create a new delegate type and register a new VFT
enum adj_delegate_type_t_ adj_delegate_type_t
A Delagate is a means to implement the Delagation design pattern; the extension of an object's functi...
adj_index_t ad_adj_index
The ADJ entry object to which the delagate is attached.
u32 index_t
A Data-Path Object is an object that represents actions that are applied to packets are they are swit...
void(* adj_delegate_adj_deleted_t)(adj_delegate_t *aed)
Indication that the adjacency has been deleted.
@ ADJ_DELEGATE_MIDCHAIN
Stacking of a midchain's nexthop.
adj_delegate_t * adj_delegate_get(const ip_adjacency_t *adj, adj_delegate_type_t type)
Get a delegate from an adjacency.
u8 *(* adj_delegate_format_t)(const adj_delegate_t *aed, u8 *s)
Format function for the delegate.
adj_delegate_adj_deleted_t adv_adj_deleted
u32 adj_index_t
An index for adjacencies.
void(* adj_delegate_adj_modified_t)(adj_delegate_t *aed)
Indication that the adjacency has been modified.
@ ADJ_DELEGATE_BFD
BFD session state.
adj_delegate_adj_modified_t adv_adj_modified
void adj_delegate_register_type(adj_delegate_type_t type, const adj_delegate_vft_t *vft)
Register a VFT for one of the built-in types.
struct adj_delegate_vft_t_ adj_delegate_vft_t
An ADJ delegate virtual function table.
adj_delegate_format_t adv_format
vl_api_fib_path_type_t type
adj_delegate_adj_created_t adv_adj_created