Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_flow_item_gre(3)		      DPDK		    rte_flow_item_gre(3)

NAME
     rte_flow_item_gre

SYNOPSIS
     #include <rte_flow.h>

   Data Fields
     rte_be16_t c_rsvd0_ver
     rte_be16_t protocol

Detailed Description
     RTE_FLOW_ITEM_TYPE_GRE.

     Matches a GRE header.

     Definition at line 1213 of file rte_flow.h.

Field Documentation
   rte_be16_t c_rsvd0_ver
     Checksum (1b), reserved 0 (12b), version (3b). Refer to RFC 2784.

     Definition at line 1218 of file rte_flow.h.

   rte_be16_t protocol
     Protocol type.

     Definition at line 1219 of file rte_flow.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	    rte_flow_item_gre(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_flow_item_gre&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help