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

  
 
  

home | help
rte_vlan_hdr(3) 		      DPDK			 rte_vlan_hdr(3)

NAME
     rte_vlan_hdr

SYNOPSIS
     #include <rte_ether.h>

   Data Fields
     rte_be16_t vlan_tci
     rte_be16_t eth_proto

Detailed Description
     Ethernet  VLAN  Header. Contains the 16-bit VLAN Tag Control Identifier and
     the Ethernet type of the encapsulated frame.

     Definition at line 316 of file rte_ether.h.

Field Documentation
   rte_be16_t vlan_tci
     Priority (3) + CFI (1) + Identifier Code (12)

     Definition at line 317 of file rte_ether.h.

   rte_be16_t eth_proto
     Ethernet type of encapsulated frame.

     Definition at line 318 of file rte_ether.h.

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

Version 25.11.0 		 Thu Aug 27 2026		 rte_vlan_hdr(3)

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

home | help