libnl 3.7.0
nl_vf_vlans Struct Reference

SRIOV VF VLANs information. More...

#include <sriov.h>

Data Fields

int ce_refcnt
 
int size
 
nl_vf_vlan_info_tvlans
 

Detailed Description

SRIOV VF VLANs information.

Definition at line 69 of file sriov.h.

Field Documentation

◆ ce_refcnt

int nl_vf_vlans::ce_refcnt

Reference counter. Don't change this value

Definition at line 70 of file sriov.h.

Referenced by rtnl_link_vf_get_vlans(), rtnl_link_vf_vlan_alloc(), rtnl_link_vf_vlan_free(), and rtnl_link_vf_vlan_put().

◆ size

int nl_vf_vlans::size

Number of VLANs on the SRIOV VF

Definition at line 71 of file sriov.h.

Referenced by rtnl_link_vf_vlan_alloc().

◆ vlans

nl_vf_vlan_info_t* nl_vf_vlans::vlans

nl_vf_vlan_info_t array of SRIOV VF VLANs

Definition at line 72 of file sriov.h.

Referenced by rtnl_link_vf_vlan_alloc(), and rtnl_link_vf_vlan_free().