Scroll to navigation

UNREGISTER_NETDEVICE(9) Network device support UNREGISTER_NETDEVICE(9)

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.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12