The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
This function shuts down a device interface and removes it from the kernel tables. On success 0 is returned, on a failure a negative errno code is returned.
This is just a wrapper for unregister_netdevice that takes the rtnl semaphore. In general you want to use this and not unregister_netdevice.
<<< Previous | Home | Next >>> |
unregister_netdevice | Up | 8390 Based Network Cards |