Query: register_netdevice
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGISTER_NETDEVICE(9) Network device support REGISTER_NETDEVICE(9)NAMEregister_netdevice - register a network deviceSYNOPSISint register_netdevice(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. Callers must hold the rtnl semaphore. You may want register_netdev instead of this.BUGSThe locking appears insufficient to guarantee two parallel registers will not get the same name.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REGISTER_NETDEVICE(9)
Related Man Pages |
---|
device_create_vargs(9) - centos |
struct_bus_type(9) - centos |
struct_input_polled_dev(9) - centos |
struct_wimax_dev(9) - centos |
s_n_d(8) - minix |
Similar Topics in the Unix Linux Community |
---|
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can? |