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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                  rte_gre_hdr(3)

Detailed Description

       GRE Header

       Definition at line 26 of file rte_gre.h.

Field Documentation

uint16_tres2
       Reserved

       Definition at line 28 of file rte_gre.h.

   uint16_ts
       Sequence Number Present bit

       Definition at line 29 of file rte_gre.h.

   uint16_tk
       Key Present bit

       Definition at line 30 of file rte_gre.h.

   uint16_tres1
       Reserved

       Definition at line 31 of file rte_gre.h.

   uint16_tc
       Checksum Present bit

       Definition at line 32 of file rte_gre.h.

   uint16_tver
       Version Number

       Definition at line 33 of file rte_gre.h.

   uint16_tres3
       Reserved

       Definition at line 34 of file rte_gre.h.

   rte_be16_tproto
       Protocol Type

       Definition at line 44 of file rte_gre.h.

Name

       rte_gre_hdr

Synopsis

       #include <rte_gre.h>

   DataFields
       uint16_t res2:4
       uint16_t s:1
       uint16_t k:1
       uint16_t res1:1
       uint16_t c:1
       uint16_t ver:3
       uint16_t res3:5
       rte_be16_tproto

See Also