Man Page: unregister_netdevice_queue
Operating Environment: centos
Section: 9
UNREGISTER_NETDEVICE(9) Network device support UNREGISTER_NETDEVICE(9)NAMEunregister_netdevice_queue - remove device from the kernelSYNOPSISvoid unregister_netdevice_queue(struct net_device * dev, struct list_head * head);ARGUMENTSdev device head listDESCRIPTIONThis function shuts down a device interface and removes it from the kernel tables. If head not NULL, device is queued to be unregistered later. Callers must hold the rtnl semaphore. You may want unregister_netdev instead of this.COPYRIGHTKernel Hackers Manual 3.10 June 2014 UNREGISTER_NETDEVICE(9)
| Related Man Pages |
|---|
| device_create_vargs(9) - centos |
| device_schedule_callback_owner(9) - centos |
| struct_device_driver(9) - centos |
| struct_ff_device(9) - centos |
| list(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| DB2 convert digits to binary format |
| Tar Command |
| CentOS7 restoring file capabilities |