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_sctpv4_flow

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_eth_sctpv4_flow(3)

Detailed Description

       A structure used to define the input for IPV4 SCTP flow

       Definition at line 191 of file rte_eth_ctrl.h.

Field Documentation

structrte_eth_ipv4_flowip
       IPv4 fields to match.

       Definition at line 192 of file rte_eth_ctrl.h.

   uint16_tsrc_port
       SCTP source port in big endian.

       Definition at line 193 of file rte_eth_ctrl.h.

   uint16_tdst_port
       SCTP destination port in big endian.

       Definition at line 194 of file rte_eth_ctrl.h.

   uint32_tverify_tag
       Verify tag in big endian

       Definition at line 195 of file rte_eth_ctrl.h.

Name

       rte_eth_sctpv4_flow

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       struct rte_eth_ipv4_flowip
       uint16_t src_port
       uint16_t dst_port
       uint32_t verify_tag

See Also