Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Ddev.c174 static int net_run_sbin_hotplug(struct net_device *dev, char *action);
176 #define net_run_sbin_hotplug(dev, action) ({ 0; }) macro
2564 net_run_sbin_hotplug(dev, "register"); in register_netdevice()
2649 net_run_sbin_hotplug(dev, "unregister"); in unregister_netdevice()
2903 static int net_run_sbin_hotplug(struct net_device *dev, char *action) in net_run_sbin_hotplug() function