Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dif_link.h339 IFLA_PORT_HOST_UUID, /* binary UUID */ enumerator
/linux-2.6.39/drivers/net/enic/
Denic_main.c1230 if (port[IFLA_PORT_HOST_UUID]) { in enic_set_vf_port()
1233 nla_data(port[IFLA_PORT_HOST_UUID]), PORT_UUID_MAX); in enic_set_vf_port()
1311 NLA_PUT(skb, IFLA_PORT_HOST_UUID, PORT_UUID_MAX, in enic_get_vf_port()
/linux-2.6.39/net/core/
Drtnetlink.c1080 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,