Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_link.h550 IFLA_PORT_REQUEST, /* __u8 */ enumerator
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_main.c848 if (!port[IFLA_PORT_REQUEST]) in enic_set_vf_port()
855 pp->request = nla_get_u8(port[IFLA_PORT_REQUEST]); in enic_set_vf_port()
944 if (nla_put_u16(skb, IFLA_PORT_REQUEST, pp->request) || in enic_get_vf_port()
/linux-4.1.27/net/core/
Drtnetlink.c1310 [IFLA_PORT_REQUEST] = { .type = NLA_U8, },