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_sctpv6_flow

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_eth_sctpv6_flow(3)

Detailed Description

       A structure used to define the input for IPV6 SCTP flow

       Definition at line 230 of file rte_eth_ctrl.h.

Field Documentation

structrte_eth_ipv6_flowip
       IPv6 fields to match.

       Definition at line 231 of file rte_eth_ctrl.h.

   uint16_tsrc_port
       SCTP source port in big endian.

       Definition at line 232 of file rte_eth_ctrl.h.

   uint16_tdst_port
       SCTP destination port in big endian.

       Definition at line 233 of file rte_eth_ctrl.h.

   uint32_tverify_tag
       Verify tag in big endian.

       Definition at line 234 of file rte_eth_ctrl.h.

Name

       rte_eth_sctpv6_flow

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       struct rte_eth_ipv6_flowip
       uint16_t src_port
       uint16_t dst_port
       uint32_t verify_tag
return

See Also