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

FreeBSD Manual Pages

  
 
  

home | help
rte_flow_item_vxlan_gpe(3)	     DPDK	    rte_flow_item_vxlan_gpe(3)

NAME
       rte_flow_item_vxlan_gpe

SYNOPSIS
       #include	<rte_flow.h>

Detailed Description
       Deprecated

       See also
	   rte_flow_item_vxlan

       RTE_FLOW_ITEM_TYPE_VXLAN_GPE (draft-ietf-nvo3-vxlan-gpe-05).

       Matches a VXLAN-GPE header.

       Definition at line 1360 of file rte_flow.h.

Field Documentation
   uint8_t flags
       Normally	0x0c (I	and P flags).

       Definition at line 1367 of file rte_flow.h.

   uint8_t rsvd0[2]
       Reserved, normally 0x0000.

       Definition at line 1368 of file rte_flow.h.

   uint8_t protocol
       Protocol	type.

       Definition at line 1369 of file rte_flow.h.

   uint8_t vni[3]
       VXLAN identifier.

       Definition at line 1370 of file rte_flow.h.

   uint8_t rsvd1
       Reserved, normally 0x00.

       Definition at line 1371 of file rte_flow.h.

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

Version	25.11.0			Thu Jun	11 2026	    rte_flow_item_vxlan_gpe(3)

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

home | help