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_flow_item_gtp

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_flow_item_gtp(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_GTP.

       Matches a GTPv1 header.

       Definition at line 1282 of file rte_flow.h.

Field Documentation

uint8_tv_pt_rsv_flags
       Version (3b), protocol type (1b), reserved (1b), Extension header flag (1b), Sequence number flag (1b),
       N-PDU number flag (1b).

       Definition at line 1295 of file rte_flow.h.

   uint8_tmsg_type
       Message type.

       Definition at line 1296 of file rte_flow.h.

   rte_be16_tmsg_len
       Message length.

       Definition at line 1297 of file rte_flow.h.

   rte_be32_tteid
       Tunnel endpoint identifier.

       Definition at line 1298 of file rte_flow.h.

   structrte_gtp_hdrhdr
       GTP header definition.

       Definition at line 1300 of file rte_flow.h.

Name

       rte_flow_item_gtp

Synopsis

       #include <rte_flow.h>

See Also