33 return (
format (s,
"NAT44 out2in: AFTR:%d", index));
dpo_lock_fn_t dv_lock
A reference counting lock function.
A virtual function table regisitered for a DPO type.
u32 index_t
A Data-Path Object is an object that represents actions that are applied to packets are they are swit...
enum dpo_type_t_ dpo_type_t
Common types of data-path objects New types can be dynamically added using dpo_register_new_type() ...
enum dpo_proto_t_ dpo_proto_t
Data path protocol.
dpo_type_t dpo_register_new_type(const dpo_vft_t *vft, const char *const *const *nodes)
Create and register a new DPO type.
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
static const char *const nat_ip4_nodes[]
void nat_dpo_module_init(void)
u8 * format_nat_dpo(u8 *s, va_list *args)
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.
static void nat_dpo_unlock(dpo_id_t *dpo)
static const char *const *const nat_nodes[DPO_PROTO_NUM]
void nat_dpo_create(dpo_proto_t dproto, u32 aftr_index, dpo_id_t *dpo)
static const char *const nat_ip6_nodes[]
static void nat_dpo_lock(dpo_id_t *dpo)