Query: register_netdev
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGISTER_NETDEV(9) Network device support REGISTER_NETDEV(9)NAMEregister_netdev - register a network deviceSYNOPSISint register_netdev(struct net_device * dev);ARGUMENTSdev device to registerDESCRIPTIONTake a completed network device structure and add it to the kernel interfaces. A NETDEV_REGISTER message is sent to the netdev notifier chain. 0 is returned on success. A negative errno code is returned on a failure to set up the device, or if the name is a duplicate. This is a wrapper around register_netdevice that takes the rtnl semaphore and expands the device name if you passed a format string to alloc_netdev.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REGISTER_NETDEV(9)
Related Man Pages |
---|
device_schedule_callback_owner(9) - centos |
struct_device_driver(9) - centos |
struct_wimax_dev(9) - centos |
struct_wireless_dev(9) - centos |
tapset::networking(3stap) - centos |
Similar Topics in the Unix Linux Community |
---|
Compiling virtual network adapter driver problem (net_device struct) |
Can KGDB debug a device driver? |
TuxOnIce stalls 3 times before resuming |
Network interface layer in Linux kernel |