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_eth_udpv6_flow

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_eth_udpv6_flow(3)

Detailed Description

       A structure used to define the input for IPV6 UDP flow

       Definition at line 212 of file rte_eth_ctrl.h.

Field Documentation

structrte_eth_ipv6_flowip
       IPv6 fields to match.

       Definition at line 213 of file rte_eth_ctrl.h.

   uint16_tsrc_port
       UDP source port in big endian.

       Definition at line 214 of file rte_eth_ctrl.h.

   uint16_tdst_port
       UDP destination port in big endian.

       Definition at line 215 of file rte_eth_ctrl.h.

Name

       rte_eth_udpv6_flow

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       struct rte_eth_ipv6_flowip
       uint16_t src_port
       uint16_t dst_port

See Also