centos man page for unregister_netdev

Query: unregister_netdev

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNREGISTER_NETDEV(9)					      Network device support					      UNREGISTER_NETDEV(9)

NAME
unregister_netdev - remove device from the kernel
SYNOPSIS
void unregister_netdev(struct net_device * dev);
ARGUMENTS
dev device
DESCRIPTION
This function shuts down a device interface and removes it from the kernel tables. This is just a wrapper for unregister_netdevice that takes the rtnl semaphore. In general you want to use this and not unregister_netdevice.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 UNREGISTER_NETDEV(9)
Related Man Pages
device_create_vargs(9) - centos
device_rename(9) - centos
device_schedule_callback_owner(9) - centos
device_create(9) - suse
ptm(4) - netbsd
Similar Topics in the Unix Linux Community
Compiling virtual network adapter driver problem (net_device struct)
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?
TuxOnIce stalls 3 times before resuming