HomeSort by relevance Sort by last modified time
    Searched refs:ifla_vf_vlan (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/common/linux/
if_link.h 232 IFLA_VF_VLAN,
244 struct ifla_vf_vlan { struct
  /external/iproute2/include/linux/
if_link.h 247 IFLA_VF_VLAN,
259 struct ifla_vf_vlan { struct
  /external/kernel-headers/original/linux/
if_link.h 250 IFLA_VF_VLAN,
262 struct ifla_vf_vlan { struct
  /external/iproute2/ip/
iplink.c 199 struct ifla_vf_vlan ivv;
218 addattr_l(&req->n, sizeof(*req), IFLA_VF_VLAN, &ivv, sizeof(ivv));
ipaddress.c 193 struct ifla_vf_vlan *vf_vlan;
206 vf_vlan = RTA_DATA(vf[IFLA_VF_VLAN]);

Completed in 53 milliseconds