Searched refs:IFLA_NUM_TX_QUEUES (Results 1 – 5 of 5) sorted by relevance
148 IFLA_NUM_TX_QUEUES, enumerator
317 IFLA_NUM_TX_QUEUES, enumerator
1737 nla_put_u32(skb, IFLA_NUM_TX_QUEUES, dev->num_tx_queues) || in rtnl_fill_ifinfo()1858 [IFLA_NUM_TX_QUEUES] = { .type = NLA_U32 },3152 if (tb[IFLA_NUM_TX_QUEUES]) in rtnl_create_link()3153 num_tx_queues = nla_get_u32(tb[IFLA_NUM_TX_QUEUES]); in rtnl_create_link()