libnl 3.7.0
|
SRIOV VF VLANs information. More...
#include <sriov.h>
Data Fields | |
int | ce_refcnt |
int | size |
nl_vf_vlan_info_t * | vlans |
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().
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().
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().