Name

unregister_netdevice_many — unregister many devices

Synopsis

void unregister_netdevice_many (struct list_head * head);
 

Arguments

struct list_head * 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.