other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| UNREGISTER_NETDEVICE(9) | Network device support | UNREGISTER_NETDEVICE(9) |
NAME¶
unregister_netdevice_many - unregister many devicesSYNOPSIS¶
void
unregister_netdevice_many(struct list_head * head);
ARGUMENTS¶
headlist of devices
NOTE¶
As most callers use a stack allocated list_head, we force a list_del to make sure stack wont be corrupted later.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |