logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_table_action_nat_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                  rte_table_action_nat_params(3)

Detailed Description

       NAT action parameters (per table rule).

       Definition at line 591 of file rte_table_action.h.

Field Documentation

intip_version
       IP version for addr: non-zero for IPv4, zero for IPv6.

       Definition at line 593 of file rte_table_action.h.

   uint32_tipv4
       IPv4 address; only valid when ip_version is non-zero.

       Definition at line 598 of file rte_table_action.h.

   structrte_ipv6_addripv6
       IPv6 address; only valid when ip_version is set to 0.

       Definition at line 601 of file rte_table_action.h.

   union{...}addr
       IP address.

   uint16_tport
       Port.

       Definition at line 605 of file rte_table_action.h.

Name

       rte_table_action_nat_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       int ip_version
       union {
          uint32_t ipv4
          struct rte_ipv6_addripv6
       } addr
       uint16_t port

See Also