unregister_netdevice_many (9) Linux Manual Page
unregister_netdevice_many – unregister many devices
Synopsis
void unregister_netdevice_many(struct list_head *head);
Arguments
head
-
- list 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.
