unregister_netdevice_many (9) - Linux Manuals

unregister_netdevice_many: unregister many devices

NAME

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.

COPYRIGHT