|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
dpo_type_t dpo_register_new_type(const dpo_vft_t *vft, const char *const *const *nodes)
Create and register a new DPO type.
const static char *const *const nat_nodes[DPO_PROTO_NUM]
enum dpo_proto_t_ dpo_proto_t
Data path protocol.
void nat_dpo_create(dpo_proto_t dproto, u32 aftr_index, dpo_id_t *dpo)
u32 index_t
A Data-Path Object is an object that represents actions that are applied to packets are they are swit...
static void nat_dpo_lock(dpo_id_t *dpo)
enum dpo_type_t_ dpo_type_t
Common types of data-path objects New types can be dynamically added using dpo_register_new_type()
void nat_dpo_module_init(void)
dpo_lock_fn_t dv_lock
A reference counting lock function.
description fragment has unexpected format
const static dpo_vft_t nat_dpo_vft
A virtual function table regisitered for a DPO type.
static void nat_dpo_unlock(dpo_id_t *dpo)
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
void dpo_set(dpo_id_t *dpo, dpo_type_t type, dpo_proto_t proto, index_t index)
Set/create a DPO ID The DPO will be locked.
const static char *const nat_ip4_nodes[]
u8 * format_nat_dpo(u8 *s, va_list *args)
const static char *const nat_ip6_nodes[]