Searched refs:IFLA_NUM_TX_QUEUES (Results 1 – 4 of 4) sorted by relevance
318 IFLA_NUM_TX_QUEUES, enumerator
338 IFLA_NUM_TX_QUEUES, enumerator
1816 nla_put_u32(skb, IFLA_NUM_TX_QUEUES, dev->num_tx_queues) || in rtnl_fill_ifinfo()1955 [IFLA_NUM_TX_QUEUES] = { .type = NLA_U32 },3323 if (tb[IFLA_NUM_TX_QUEUES]) in rtnl_create_link()3324 num_tx_queues = nla_get_u32(tb[IFLA_NUM_TX_QUEUES]); in rtnl_create_link()
1813 if (!tb[IFLA_NUM_TX_QUEUES] && dev->num_tx_queues > 1) { in veth_init_queues()