Scroll to navigation

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 290 of file rte_ether.h.

Field Documentation

rte_be16_t vlan_tci

Priority (3) + CFI (1) + Identifier Code (12)

Definition at line 291 of file rte_ether.h.

rte_be16_t eth_proto

Ethernet type of encapsulated frame.

Definition at line 292 of file rte_ether.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Fri Dec 15 2023 Version 23.11.0