FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
NAT port/address allocation lib. More...
Go to the source code of this file.
Functions | |
static_always_inline void | nat_ip4_addr_increment (ip4_address_t *addr) |
int | nat_add_del_ip4_pool_addr (nat_ip4_pool_t *pool, ip4_address_t addr, u8 is_add) |
int | nat_add_del_ip4_pool_addrs (nat_ip4_pool_t *pool, ip4_address_t addr, u32 count, u8 is_add, void *opaque) |
static_always_inline u16 | nat_random_port (u32 *random_seed, u16 min, u16 max) |
int | nat_alloc_ip4_addr_and_port_cb_default (nat_ip4_pool_t *pool, u32 fib_index, u32 thread_index, u32 nat_thread_index, u16 port_per_thread, u16 protocol, nat_ip4_addr_port_t *out) |
int | nat_alloc_ip4_addr_and_port (nat_ip4_pool_t *pool, u32 fib_index, u32 thread_index, u32 nat_thread_index, u16 port_per_thread, u16 protocol, nat_ip4_addr_port_t *out) |
int | nat_free_ip4_addr_and_port (nat_ip4_pool_t *pool, u32 thread_index, u16 protocol, nat_ip4_addr_port_t *addr_port) |
NAT port/address allocation lib.
Definition in file alloc.c.
int nat_add_del_ip4_pool_addr | ( | nat_ip4_pool_t * | pool, |
ip4_address_t | addr, | ||
u8 | is_add | ||
) |
int nat_add_del_ip4_pool_addrs | ( | nat_ip4_pool_t * | pool, |
ip4_address_t | addr, | ||
u32 | count, | ||
u8 | is_add, | ||
void * | opaque | ||
) |
int nat_alloc_ip4_addr_and_port | ( | nat_ip4_pool_t * | pool, |
u32 | fib_index, | ||
u32 | thread_index, | ||
u32 | nat_thread_index, | ||
u16 | port_per_thread, | ||
u16 | protocol, | ||
nat_ip4_addr_port_t * | out | ||
) |
int nat_alloc_ip4_addr_and_port_cb_default | ( | nat_ip4_pool_t * | pool, |
u32 | fib_index, | ||
u32 | thread_index, | ||
u32 | nat_thread_index, | ||
u16 | port_per_thread, | ||
u16 | protocol, | ||
nat_ip4_addr_port_t * | out | ||
) |
int nat_free_ip4_addr_and_port | ( | nat_ip4_pool_t * | pool, |
u32 | thread_index, | ||
u16 | protocol, | ||
nat_ip4_addr_port_t * | addr_port | ||
) |
static_always_inline void nat_ip4_addr_increment | ( | ip4_address_t * | addr | ) |