libnl 3.7.0
nl_vf_vlan_info Struct Reference

SRIOV VF VFLAN settings. More...

#include <sriov.h>

Data Fields

uint32_t vf_vlan
 
uint32_t vf_vlan_qos
 
uint16_t vf_vlan_proto
 

Detailed Description

SRIOV VF VFLAN settings.

Definition at line 59 of file sriov.h.

Field Documentation

◆ vf_vlan

uint32_t nl_vf_vlan_info::vf_vlan

VLAN number

Definition at line 60 of file sriov.h.

◆ vf_vlan_qos

uint32_t nl_vf_vlan_info::vf_vlan_qos

VLAN QOS value

Definition at line 61 of file sriov.h.

◆ vf_vlan_proto

uint16_t nl_vf_vlan_info::vf_vlan_proto

VLAN protocol

Definition at line 62 of file sriov.h.