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

NAME

6       call_netdevice_notifiers - call all network notifier blocks
7

SYNOPSIS

9       int call_netdevice_notifiers(unsigned long val,
10                                    struct net_device * dev);
11

ARGUMENTS

13       val
14           value passed unmodified to notifier function
15
16       dev
17           net_device pointer passed unmodified to notifier function
18

DESCRIPTION

20       Call all network notifier blocks. Parameters and return value are as
21       for raw_notifier_call_chain.
22
24Kernel Hackers Manual 3.10         June 2019           CALL_NETDEVICE_NOTIF(9)
Impressum