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

NAME

6       call_netdevice_notifiers_info - call all network notifier blocks
7

SYNOPSIS

9       int call_netdevice_notifiers_info(unsigned long val,
10                                         struct net_device * dev,
11                                         struct netdev_notifier_info * info);
12

ARGUMENTS

14       val
15           value passed unmodified to notifier function
16
17       dev
18           net_device pointer passed unmodified to notifier function
19
20       info
21           notifier information data
22

DESCRIPTION

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