Searched refs:IFCONFIG_OPTION_SET_TX_QUEUE_LEN (Results 1 – 1 of 1) sorted by relevance
79 constexpr const char *IFCONFIG_OPTION_SET_TX_QUEUE_LEN = "txqueuelen"; variable267 …command = command + IFCONFIG_OPTION_SET_TX_QUEUE_LEN + std::to_string(config.txQueueLen_) + OPTION… in UpdateInterfaceConfig()