FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Go to the source code of this file.
cnat_errno_t cnat_dynamic_port_alloc_rtsp_bulk | ( | cnat_portmap_v2_t * | pm, |
port_alloc_t | atype, | ||
port_pair_t | pair_type, | ||
u16 | i_port, | ||
u32 * | index, | ||
u32 * | o_ipv4_address, | ||
u16 * | o_port, | ||
u16 | static_port_range, | ||
cnat_user_db_entry_t * | udb, | ||
bulk_alloc_size_t | bulk_size, | ||
int * | nfv9_log_req, | ||
u32 * | rseed_ip | ||
) |
Definition at line 775 of file cnat_bulk_port.c.
cnat_errno_t cnat_dynamic_port_alloc_v2_bulk | ( | cnat_portmap_v2_t * | pm, |
port_alloc_t | atype, | ||
port_pair_t | pair_type, | ||
u32 * | index, | ||
u32 * | o_ipv4_address, | ||
u16 * | o_port, | ||
u16 | static_port_range, | ||
cnat_user_db_entry_t * | udb, | ||
bulk_alloc_size_t | bulk_size, | ||
int * | nfv9_log_req, | ||
u16 | ip_n_to_1, | ||
u32 * | rseed_ip | ||
) |
Definition at line 477 of file cnat_bulk_port.c.
cnat_errno_t cnat_mapped_static_port_alloc_v2_bulk | ( | cnat_portmap_v2_t * | pm, |
port_alloc_t | atype, | ||
u32 * | index, | ||
u32 | ipv4_address, | ||
u16 | port, | ||
cnat_user_db_entry_t * | udb, | ||
bulk_alloc_size_t | bulk_size, | ||
int * | nfv9_log_req, | ||
u16 | ip_n_to_1 | ||
) |
Definition at line 729 of file cnat_bulk_port.c.
void cnat_port_free_v2_bulk | ( | cnat_portmap_v2_t * | pm, |
int | index, | ||
port_pair_t | ptype, | ||
u16 | base_port, | ||
cnat_user_db_entry_t * | udb, | ||
u16 | static_port_range, | ||
bulk_alloc_size_t | bulk_size, | ||
int * | nfv9_log_req | ||
) |
Definition at line 248 of file cnat_bulk_port.c.
cnat_errno_t cnat_static_port_alloc_v2_bulk | ( | cnat_portmap_v2_t * | pm, |
port_alloc_t | atype, | ||
port_pair_t | pair_type, | ||
u32 | i_ipv4_address, | ||
u16 | i_port, | ||
u32 * | index, | ||
u32 * | o_ipv4_address, | ||
u16 * | o_port, | ||
u16 | static_port_range, | ||
cnat_user_db_entry_t * | udb, | ||
bulk_alloc_size_t | bulk_size, | ||
int * | nfv9_log_req, | ||
u16 | ip_n_to_1 | ||
) |
Definition at line 598 of file cnat_bulk_port.c.
void cnat_update_bulk_range_cache | ( | cnat_user_db_entry_t * | udb, |
u16 | o_port, | ||
bulk_alloc_size_t | bulk_size | ||
) |