OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFLA_VF_TX_RATE
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/common/linux/
if_link.h
234
IFLA_VF_TX_RATE
,
250
struct
ifla_vf_tx_rate
{
struct
/external/iproute2/include/linux/
if_link.h
280
IFLA_VF_TX_RATE
, /* TX Bandwidth Allocation */
298
struct
ifla_vf_tx_rate
{
struct
/external/kernel-headers/original/linux/
if_link.h
251
IFLA_VF_TX_RATE
, /* TX Bandwidth Allocation */
268
struct
ifla_vf_tx_rate
{
struct
/external/iproute2/ip/
ipaddress.c
224
struct
ifla_vf_tx_rate
*vf_tx_rate;
239
vf_tx_rate = RTA_DATA(vf[
IFLA_VF_TX_RATE
]);
244
tmp = (struct rtattr *)((char *)vf[
IFLA_VF_TX_RATE
] +
245
vf[
IFLA_VF_TX_RATE
]->rta_len);
[
all
...]
iplink.c
235
struct
ifla_vf_tx_rate
ivt;
241
addattr_l(&req->n, sizeof(*req),
IFLA_VF_TX_RATE
, &ivt, sizeof(ivt));
Completed in 505 milliseconds