1UNREGISTER_NETDEVICE(9)     Network device support     UNREGISTER_NETDEVICE(9)
2
3
4

NAME

6       unregister_netdevice_notifier - unregister a network notifier block
7

SYNOPSIS

9       int unregister_netdevice_notifier(struct notifier_block * nb);
10

ARGUMENTS

12       nb
13           notifier
14

DESCRIPTION

16       Unregister a notifier previously registered by
17       register_netdevice_notifier. The notifier is unlinked into the kernel
18       structures and may then be reused. A negative errno code is returned on
19       a failure.
20
21       After unregistering unregister and down device events are synthesized
22       for all devices on the device list to the removed notifier to remove
23       the need for special case cleanup code.
24
26Kernel Hackers Manual 2.6.         June 2019           UNREGISTER_NETDEVICE(9)
Impressum