table of contents
CALL_NETDEVICE_NOTIF(9) | Network device support | CALL_NETDEVICE_NOTIF(9) |
NAME¶
call_netdevice_notifiers_info - call all network notifier blocks
SYNOPSIS¶
int call_netdevice_notifiers_info(unsigned long val, struct net_device * dev, struct netdev_notifier_info * info);
ARGUMENTS¶
val
value passed unmodified to notifier function
dev
net_device pointer passed unmodified to notifier
function
info
notifier information data
DESCRIPTION¶
Call all network notifier blocks. Parameters and return value are as for raw_notifier_call_chain.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |