table of contents
other versions
- stretch 4.9.168-1
 
| CALL_NETDEVICE_NOTIF(9) | Network device support | CALL_NETDEVICE_NOTIF(9) | 
NAME¶
call_netdevice_notifiers - call all network notifier blocksSYNOPSIS¶
int call_netdevice_notifiers(unsigned long val, struct net_device * dev);
ARGUMENTS¶
valvalue passed unmodified to notifier function
dev
net_device pointer passed unmodified to notifier
  function
DESCRIPTION¶
Call all network notifier blocks. Parameters and return value are as for raw_notifier_call_chain.COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |