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

  /external/iproute2/include/linux/
if_link.h 278 IFLA_VF_MAC, /* Hardware queue specific attributes */
287 struct ifla_vf_mac { struct
  /bionic/libc/kernel/uapi/linux/
if_link.h 376 IFLA_VF_MAC,
386 struct ifla_vf_mac { struct
  /development/ndk/platforms/android-L/include/linux/
if_link.h 306 IFLA_VF_MAC,
315 struct ifla_vf_mac { struct
  /external/kernel-headers/original/uapi/linux/
if_link.h 399 IFLA_VF_MAC, /* Hardware queue specific attributes */
409 struct ifla_vf_mac { struct
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
if_link.h 376 IFLA_VF_MAC,
386 struct ifla_vf_mac { struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
if_link.h 376 IFLA_VF_MAC,
386 struct ifla_vf_mac { struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_link.h 376 IFLA_VF_MAC,
386 struct ifla_vf_mac { struct
  /external/iproute2/ip/
iplink.c 206 struct ifla_vf_mac ivm;
212 addattr_l(&req->n, sizeof(*req), IFLA_VF_MAC, &ivm, sizeof(ivm));
ipaddress.c 222 struct ifla_vf_mac *vf_mac;
237 vf_mac = RTA_DATA(vf[IFLA_VF_MAC]);
    [all...]

Completed in 135 milliseconds