Searched refs:network_table (Results 1 – 1 of 1) sorted by relevance
2338 if (network_table[i] == hso_dev) { in remove_net_device()2339 network_table[i] = NULL; in remove_net_device()2411 if (network_table[i] == NULL) { in add_net_device()2412 network_table[i] = hso_dev; in add_net_device()3033 if (network_table[i] && in hso_suspend()3034 (network_table[i]->interface == iface)) { in hso_suspend()3066 if (network_table[i] && in hso_resume()3068 hso_net = dev2net(network_table[i]); in hso_resume()3119 if (network_table[i] && in hso_free_interface()3125 hso_stop_net_device(network_table[i]); in hso_free_interface()[all …]