Searched refs:IFLA_VF_RATE (Results 1 – 3 of 3) sorted by relevance
1028 IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ enumerator
1561 IFLA_VF_RATE, /* Min and Max TX Bandwidth Allocation */ enumerator
1385 nla_put(skb, IFLA_VF_RATE, sizeof(vf_rate), in rtnl_fill_vfinfo()2078 [IFLA_VF_RATE] = { .len = sizeof(struct ifla_vf_rate) },2616 if (tb[IFLA_VF_RATE]) { in do_setvfinfo()2617 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo()