Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_link.h651 IFLA_PORT_REQUEST, /* __u8 */ enumerator
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c918 if (!port[IFLA_PORT_REQUEST]) in enic_set_vf_port()
925 pp->request = nla_get_u8(port[IFLA_PORT_REQUEST]); in enic_set_vf_port()
1014 if (nla_put_u16(skb, IFLA_PORT_REQUEST, pp->request) || in enic_get_vf_port()
/linux-4.4.14/net/core/
Drtnetlink.c1413 [IFLA_PORT_REQUEST] = { .type = NLA_U8, },