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_ipv4_flow

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_eth_ipv4_flow(3)

Detailed Description

       A structure used to define the input for IPV4 flow

       Definition at line 162 of file rte_eth_ctrl.h.

Field Documentation

uint32_tsrc_ip
       IPv4 source address in big endian.

       Definition at line 163 of file rte_eth_ctrl.h.

   uint32_tdst_ip
       IPv4 destination address in big endian.

       Definition at line 164 of file rte_eth_ctrl.h.

   uint8_ttos
       Type of service to match.

       Definition at line 165 of file rte_eth_ctrl.h.

   uint8_tttl
       Time to live to match.

       Definition at line 166 of file rte_eth_ctrl.h.

   uint8_tproto
       Protocol, next header in big endian.

       Definition at line 167 of file rte_eth_ctrl.h.

Name

       rte_eth_ipv4_flow

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       uint32_t src_ip
       uint32_t dst_ip
       uint8_t tos
       uint8_t ttl
       uint8_t proto

See Also