Home
last modified time | relevance | path

Searched refs:IFLA_PORT_HOST_UUID (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_link.h650 IFLA_PORT_HOST_UUID, /* binary UUID */ enumerator
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c939 if (port[IFLA_PORT_HOST_UUID]) { in enic_set_vf_port()
942 nla_data(port[IFLA_PORT_HOST_UUID]), PORT_UUID_MAX); in enic_set_vf_port()
1022 nla_put(skb, IFLA_PORT_HOST_UUID, PORT_UUID_MAX, pp->host_uuid))) in enic_get_vf_port()
/linux-4.4.14/net/core/
Drtnetlink.c1411 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,