Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h918 IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1003 IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c1378 nla_put(skb, IFLA_VF_RATE, sizeof(vf_rate), in rtnl_fill_vfinfo()
2030 [IFLA_VF_RATE] = { .len = sizeof(struct ifla_vf_rate) },
2589 if (tb[IFLA_VF_RATE]) { in do_setvfinfo()
2590 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo()