Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dif_link.h1049 IFLA_PORT_HOST_UUID, /* binary UUID */ enumerator
/Linux-v6.1/include/uapi/linux/
Dif_link.h1124 IFLA_PORT_HOST_UUID, /* binary UUID */ enumerator
/Linux-v6.1/drivers/net/ethernet/cisco/enic/
Denic_main.c1131 if (port[IFLA_PORT_HOST_UUID]) { in enic_set_vf_port()
1134 nla_data(port[IFLA_PORT_HOST_UUID]), PORT_UUID_MAX); in enic_set_vf_port()
1214 nla_put(skb, IFLA_PORT_HOST_UUID, PORT_UUID_MAX, pp->host_uuid))) in enic_get_vf_port()
/Linux-v6.1/net/core/
Drtnetlink.c1963 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,