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.h(3)

Detailed Description

       GRE headers definition.

       Generic Routing Encapsulation (GRE) is a tunneling protocol that can encapsulate a wide variety of
       network layer protocols inside virtual point-to-point links or point-to-multipoint links over an Internet
       Protocol network.

       Definition in file rte_gre.h.

Name

       rte_gre.h

Synopsis

       #include <stdint.h>
       #include <rte_byteorder.h>

   DataStructures
       struct rte_gre_hdr
       struct rte_gre_hdr_opt_checksum_rsvd
       struct rte_gre_hdr_opt_key
       struct rte_gre_hdr_opt_sequence

See Also