Home
last modified time | relevance | path

Searched refs:IFLA_VF_RATE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_link.h549 IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ enumerator
/linux-4.4.14/net/core/
Drtnetlink.c1134 nla_put(skb, IFLA_VF_RATE, sizeof(vf_rate), in rtnl_fill_vfinfo()
1387 [IFLA_VF_RATE] = { .len = sizeof(struct ifla_vf_rate) },
1585 if (tb[IFLA_VF_RATE]) { in do_setvfinfo()
1586 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo()