unregister_netdevice_many(9) 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.

COPYRIGHT