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

  /bionic/libc/kernel/common/linux/
if_link.h 231 IFLA_VF_MAC,
239 struct ifla_vf_mac { struct
  /external/iproute2/include/linux/
if_link.h 246 IFLA_VF_MAC, /* Hardware queue specific attributes */
254 struct ifla_vf_mac { struct
  /external/kernel-headers/original/linux/
if_link.h 249 IFLA_VF_MAC, /* Hardware queue specific attributes */
257 struct ifla_vf_mac { struct
  /external/iproute2/ip/
iplink.c 191 struct ifla_vf_mac ivm;
197 addattr_l(&req->n, sizeof(*req), IFLA_VF_MAC, &ivm, sizeof(ivm));
ipaddress.c 192 struct ifla_vf_mac *vf_mac;
205 vf_mac = RTA_DATA(vf[IFLA_VF_MAC]);

Completed in 47 milliseconds