FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Adj delegate. More...
Data Fields | |
adj_index_t | ad_adj_index |
The ADJ entry object to which the delagate is attached. More... | |
adj_delegate_type_t | ad_type |
The delagate type. More... | |
index_t | ad_index |
The index passed by the provider to identify its delegate instance. More... | |
Adj delegate.
This object is attached to the adjacency.
Definition at line 44 of file adj_delegate.h.
adj_index_t adj_delegate_t_::ad_adj_index |
The ADJ entry object to which the delagate is attached.
Definition at line 49 of file adj_delegate.h.
index_t adj_delegate_t_::ad_index |
The index passed by the provider to identify its delegate instance.
As with all things VPP this is a pool index.
Definition at line 60 of file adj_delegate.h.
adj_delegate_type_t adj_delegate_t_::ad_type |
The delagate type.
Definition at line 54 of file adj_delegate.h.