Home
last modified time | relevance | path

Searched refs:tap_devices_count (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/tap/
H A Drte_eth_tap.c85 static int tap_devices_count; variable
1162 if (tap_devices_count == 1) in tap_dev_close()
1164 tap_devices_count--; in tap_dev_close()
1223 if (tap_devices_count == 1) in tap_dev_close()
1225 tap_devices_count--; in tap_dev_close()
2526 if (!tap_devices_count) { in rte_pmd_tap_probe()
2534 tap_devices_count++; in rte_pmd_tap_probe()
2583 if (!tap_devices_count) { in rte_pmd_tap_probe()
2591 tap_devices_count++; in rte_pmd_tap_probe()
2601 if (tap_devices_count == 1) in rte_pmd_tap_probe()
[all …]